UpdateStateValueRequest.Label Property
Applies To: Dynamics CRM 2015
Gets or sets the display label for this statecode option that is specified by the Value property. Optional.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Label Label { get; set; }
public:
property Label^ Label {
Label^ get();
void set(Label^ value);
}
member Label : Label with get, set
Public Property Label As Label
Property Value
Type: Microsoft.Xrm.Sdk.Label
Type: Label
The display label for this statecode option that is specified by the Value property. Optional.
See Also
UpdateStateValueRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright