WorkflowDescription.ExternalVariables Property

 

Gets the collection of External Variables.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public Collection<ExternalVariable> ExternalVariables { get; }
public:
property Collection<ExternalVariable^>^ ExternalVariables {
    Collection<ExternalVariable^>^ get();
}
member ExternalVariables : Collection<ExternalVariable> with get
Public ReadOnly Property ExternalVariables As Collection(Of ExternalVariable)

Property Value

Type: System.Collections.ObjectModel.Collection<ExternalVariable>

Collection of External Variables

See Also

WorkflowDescription Class
Microsoft.Workflow.Client Namespace

Return to top