Share via


WorkflowSettings.Metadata Property

 

Gets the metadata associated with the workflow.

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

The metadata associated with the workflow.

See Also

WorkflowSettings Class
Microsoft.Activities.Design.Settings Namespace

Return to top