Utility.ReplaceMultiValueData Method (String, String, String)

Internal function used to replace multiple value data. It is public because it is used by the DynamicsCustomerRecord.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim appdata As String
Dim property As String
Dim subproperty As String
Dim returnValue As String

returnValue = Utility.ReplaceMultiValueData(appdata, property, subproperty)

Syntax

'Declaration
Public Shared Function ReplaceMultiValueData ( _
    appdata As String, _
    property As String, _
    <OptionalAttribute> Optional subproperty As String = "" _
) As String
public static string ReplaceMultiValueData (
    string appdata,
    string property,
    [OptionalAttribute] string subproperty
)
public:
static String^ ReplaceMultiValueData (
    String^ appdata, 
    String^ property, 
    [OptionalAttribute] String^ subproperty
)
public static String ReplaceMultiValueData (
    String appdata, 
    String property, 
    /** @attribute OptionalAttribute() */ String subproperty
)
public static function ReplaceMultiValueData (
    appdata : String, 
    property : String, 
    subproperty : String
) : String

Parameters

  • appdata
    Specifies the application data.
  • property
    Specifies the property.
  • subproperty
    Specifies the sub property.

Return Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

Utility Class
Utility Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.