UpdateOptionValueRequest.Value Property

Definition

Gets or sets the value for the option. Required.

public:
 property int Value { int get(); void set(int value); };
public int Value { get; set; }
member this.Value : int with get, set
Public Property Value As Integer

Property Value

The value for the option. Required.

Applies to