DeleteOptionValueRequest.Value Property

Definition

Gets or sets the value of the option to delete. 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 of the option to delete. Required.

Applies to