OptionMetadata.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 of the option.
public:
property Nullable<int> Value { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? Value { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : Nullable<int> with get, set
Public Property Value As Nullable(Of Integer)
Property Value
The value of the option.
- Attributes
Remarks
It is recommended that you do not set the value. Leave it null when you create the option and allow the system to generate a unique value.