IsValidStateTransitionResponse.IsValid Property
Applies To: Dynamics CRM 2015
Gets the value that indicates whether the state transition is valid.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool IsValid { get; }
public:
property bool IsValid {
bool get();
}
member IsValid : bool with get
Public ReadOnly Property IsValid As Boolean
Property Value
Type: System.Boolean
Type: Boolean
Indicates whether the state transition is valid.
true if the state transition is valid; otherwise, false.
See Also
IsValidStateTransitionResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright