ValidationResult.ValidationSuccess Property
Applies To: Dynamics CRM 2015
Gets or sets the value that indicates whether the appointment or service appointment was validated successfully.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public bool ValidationSuccess { get; set; }
public:
[DataMemberAttribute]
property bool ValidationSuccess {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member ValidationSuccess : bool with get, set
<DataMemberAttribute>
Public Property ValidationSuccess As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the appointment or service appointment was validated successfully; otherwise, false.
See Also
ValidationResult Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright