InsertStatusValueRequest.Value Property

Definition

Gets or sets the value for the new status option. Optional.

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

Property Value

The value for the new status option. Optional.

Remarks

We recommend passing a null value. When you pass a null value, the system will generate a new value. The new value will include the option value prefix that will help make the value more unique and facilitate correct merging of custom options.

Applies to