InsertOptionValueRequest.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value for the option. Optional.
public:
property Nullable<int> Value { Nullable<int> get(); void set(Nullable<int> value); };
public int? Value { get; set; }
member this.Value : Nullable<int> with get, set
Public Property Value As Nullable(Of Integer)
Property Value
The value for the option. Optional.
Remarks
We recommend that you do not specify an option value 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.