Share via


SubscriptionActivationParameters.CorrelationProperties Property

 

Gets Correlation properties.

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

Syntax

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

Property Value

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

Collection of name-value pairs representing correlation properties.

See Also

SubscriptionActivationParameters Class
Microsoft.Workflow.Client Namespace

Return to top