InsertOptionValueRequest.Value Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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 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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright