CreateOrUpdateMarketingResultRequest.DisableConcurrencyValidation Property
Applies To: Dynamics Marketing
Gets or sets the concurrency validation logic for updating an entity.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.MarketingResult
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public bool DisableConcurrencyValidation { get; set; }
public:
[DataMemberAttribute]
property bool DisableConcurrencyValidation {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member DisableConcurrencyValidation : bool with get, set
<DataMemberAttribute>
Public Property DisableConcurrencyValidation As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the concurrency validation has been disabled; otherwise, false.
See Also
CreateOrUpdateMarketingResultRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.MarketingResult Namespace
Return to top