InsertOptionValueRequest.Label Property

 

Applies To: Dynamics CRM 2015

Gets or sets the label for the option. 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 option. Required..

See Also

InsertOptionValueRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright