SetState.Status 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.
Sets the new status that corresponds to the State
property.
public:
property System::Activities::InArgument<Microsoft::Xrm::Sdk::OptionSetValue ^> ^ Status { System::Activities::InArgument<Microsoft::Xrm::Sdk::OptionSetValue ^> ^ get(); void set(System::Activities::InArgument<Microsoft::Xrm::Sdk::OptionSetValue ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Status that is valid for a specified State.")]
public System.Activities.InArgument<Microsoft.Xrm.Sdk.OptionSetValue> Status { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Status that is valid for a specified State.")>]
member this.Status : System.Activities.InArgument<Microsoft.Xrm.Sdk.OptionSetValue> with get, set
Public Property Status As InArgument(Of OptionSetValue)
Property Value
The new status that corresponds to the State
property.
- Attributes
Remarks
Must be a valid status for the specified state.