WorkflowDescription.Metadata Property

 

Gets the collection of metadata for this workflow.

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

Syntax

public IDictionary<string, string> Metadata { get; }
public:
property IDictionary<String^, String^>^ Metadata {
    IDictionary<String^, String^>^ get();
}
member Metadata : IDictionary<string, string> with get
Public ReadOnly Property Metadata As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

IDictionary of key-value pairs representing the metadata for this workflow

Remarks

These key-value pairs can be used for workflow query purposes in the WorkflowManager.Get methods

See Also

WorkflowDescription Class
Microsoft.Workflow.Client Namespace

Return to top