Workflow.Variables Property
Applies To: Dynamics CRM 2015
Gets the collection of workflow variables.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public Collection<Variable> Variables { get; }
public:
property Collection<Variable^>^ Variables {
Collection<Variable^>^ get();
}
member Variables : Collection<Variable> with get
Public ReadOnly Property Variables As Collection(Of Variable)
Property Value
Type: System.Collections.ObjectModel.Collection<Variable>
Type: Collection
The collection of workflow variables.
See Also
Workflow Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright