UpdateStateValueRequest.DefaultStatusCode 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 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.