WorkflowDescription.ExternalVariables Property

Gets the collection of External Variables.

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

Syntax

'Declaration
Public ReadOnly Property ExternalVariables As Collection(Of ExternalVariable)
    Get
'Usage
Dim instance As WorkflowDescription 
Dim value As Collection(Of ExternalVariable)

value = instance.ExternalVariables
public Collection<ExternalVariable> ExternalVariables { get; }
public:
property Collection<ExternalVariable^>^ ExternalVariables {
    Collection<ExternalVariable^>^ get ();
}
member ExternalVariables : Collection<ExternalVariable>
function get ExternalVariables () : Collection<ExternalVariable>

Property Value

Type: System.Collections.ObjectModel.Collection<ExternalVariable>
Collection of External Variables

See Also

Reference

WorkflowDescription Class

Microsoft.Workflow.Client Namespace