Workflow.OnChildComplete Property
Applies To: Dynamics CRM 2015
Gets the callback method called when a child of this sequence completes execution.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public CompletionCallback OnChildComplete { get; }
public:
property CompletionCallback^ OnChildComplete {
CompletionCallback^ get();
}
member OnChildComplete : CompletionCallback with get
Public ReadOnly Property OnChildComplete As CompletionCallback
Property Value
Type: System.Activities.CompletionCallback
Type: CompletionCallback
The callback method called when a child of this sequence completes execution.
See Also
Workflow Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright