DynamicsCustomerRecord.MergeReplacementParameter Method (String, Dictionary, Boolean)
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As DynamicsCustomerRecord
Dim appname As String
Dim data As Dictionary(Of String, CRMApplicationData)
Dim noUpdate As Boolean
instance.MergeReplacementParameter(appname, data, noUpdate)
Syntax
'Declaration
Public Sub MergeReplacementParameter ( _
appname As String, _
data As Dictionary(Of String, CRMApplicationData), _
<OptionalAttribute> noUpdate As Boolean _
)
public void MergeReplacementParameter (
string appname,
Dictionary<string,CRMApplicationData> data,
[OptionalAttribute] bool noUpdate
)
public:
void MergeReplacementParameter (
String^ appname,
Dictionary<String^, CRMApplicationData^>^ data,
[OptionalAttribute] bool noUpdate
)
public void MergeReplacementParameter (
String appname,
Dictionary<String,CRMApplicationData> data,
/** @attribute OptionalAttribute() */ boolean noUpdate
)
public function MergeReplacementParameter (
appname : String,
data : Dictionary<String,CRMApplicationData>,
noUpdate : boolean
)
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
DynamicsCustomerRecord Class
DynamicsCustomerRecord Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.