OptionMetadata.Value Property

Definition

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.

Applies to