WorkflowSettings.ExternalVariables Property

 

Gets the collection of external variables associated with the workflow.

Namespace:   Microsoft.Activities.Design.Settings
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.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>

The collection of external variables associated with the workflow.

See Also

WorkflowSettings Class
Microsoft.Activities.Design.Settings Namespace

Return to top