WorkflowDescription.ExternalVariables-Eigenschaft

 

Ruft die Auflistung der externen Variablen ab.

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)

Eigenschaftswert

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

Die Auflistung der externen Variablen.

Siehe auch

WorkflowDescription-Klasse
Microsoft.Workflow.Client-Namespace

Zurück zum Anfang