StateOptionMetadata.InvariantName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the state that does not change.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string InvariantName { get; set; }
public:
[DataMemberAttribute]
property String^ InvariantName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member InvariantName : string with get, set
<DataMemberAttribute>
Public Property InvariantName As String
Property Value
Type: System.String
Type: String
The name of the state that does not change.
See Also
StateOptionMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright