InsertStatusValueRequest.StateCode Property

Definition

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.

Applies to