UpdateStateValueRequest.DefaultStatusCode Property

Definition

Gets or sets the default value for the statuscode (status reason) column when this statecode value is set. Optional.

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

Property Value

The default value for the statuscode (status reason) column when this statecode value is set. Optional.

Remarks

Most status reason columns have only two options: 1 = Active and 2 = Inactive. If there are more options, you might choose to have a different one as the default value.

Applies to