InsertStatusValueRequest.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.