Postpone.BlockExecution Property
Applies To: Dynamics CRM 2015
Sets whether the workflow execution should be suspended.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public InArgument<bool> BlockExecution { get; set; }
public:
property InArgument<bool>^ BlockExecution {
InArgument<bool>^ get();
void set(InArgument<bool>^ value);
}
member BlockExecution : InArgument<bool> with get, set
Public Property BlockExecution As InArgument(Of Boolean)
Property Value
Type: System.Activities.InArgument<Boolean>
Type: InArgument
Indicates whether the workflow execution should be suspended.
Remarks
If true, workflow execution will be suspended.
See Also
Postpone Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright