Share via


InsertOptionValueRequest.Value Property

 

Applies To: Dynamics CRM 2015

Gets or sets the value for the option. Optional.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Nullable<int> Value { get; set; }
public:
property Nullable<int> Value {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Value : Nullable<int> with get, set
Public Property Value As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

Type: Nullable<Int32>
The value for the option. Optional.

Remarks

We recommend that you do not specify an option and instead allow the system to auto-generate one for you. This will help make sure that the option value prefix for your solution is applied and the value will be more likely to be unique when the solution is installed in another organization.

See Also

InsertOptionValueRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Merge option set options

Return to top

© 2016 Microsoft. All rights reserved. Copyright