OptionSetValue.Value Property

Definition

Gets or sets the current value.

public:
 property int Value { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Value { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : int with get, set
Public Property Value As Integer

Property Value

The current value.

Attributes

Applies to