InsertStatusValueRequest.Label Property
Applies To: Dynamics CRM 2015
Gets or sets the label for the new status. Required.
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 label for the new status. Required..
See Also
InsertStatusValueRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright