InsertOptionValueResponse.NewOptionValue 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 the option value for the new option.
public:
property int NewOptionValue { int get(); };
public int NewOptionValue { get; }
member this.NewOptionValue : int
Public ReadOnly Property NewOptionValue As Integer
Property Value
The option value for the new option.
Remarks
If you do not specify an option value, a value is automatically generated for you.