InsertStatusValueRequest.StateCode 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 state code for the new status option. Required.
public:
property int StateCode { int get(); void set(int value); };
public int StateCode { get; set; }
member this.StateCode : int with get, set
Public Property StateCode As Integer
Property Value
The state code for the new status option. Required.
Remarks
The value must represent a valid option in the StateAttributeMetadata column in the same table.