Utility.ReplaceMultiValueData Method (CRMApplicationData, 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 CRMApplicationData
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 CRMApplicationData, _
property As String, _
<OptionalAttribute> Optional subproperty As String = "" _
) As String
public static string ReplaceMultiValueData (
CRMApplicationData appdata,
string property,
[OptionalAttribute] string subproperty
)
public:
static String^ ReplaceMultiValueData (
CRMApplicationData^ appdata,
String^ property,
[OptionalAttribute] String^ subproperty
)
public static String ReplaceMultiValueData (
CRMApplicationData appdata,
String property,
/** @attribute OptionalAttribute() */ String subproperty
)
public static function ReplaceMultiValueData (
appdata : CRMApplicationData,
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.