SetState.Status Property
Applies To: Dynamics CRM 2015
Sets the new status that corresponds to the State property.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
[RequiredArgumentAttribute]
public InArgument<OptionSetValue> Status { get; set; }
public:
[RequiredArgumentAttribute]
property InArgument<OptionSetValue^>^ Status {
InArgument<OptionSetValue^>^ get();
void set(InArgument<OptionSetValue^>^ value);
}
[<RequiredArgumentAttribute>]
member Status : InArgument<OptionSetValue> with get, set
<RequiredArgumentAttribute>
Public Property Status As InArgument(Of OptionSetValue)
Property Value
Type: System.Activities.InArgument<OptionSetValue>
Type: InArgument
The new status that corresponds to the State property.
Remarks
Must be a valid status for the specified state.
See Also
SetState Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Record state and status
Return to top
© 2016 Microsoft. All rights reserved. Copyright