CorrelationMessageProperty.CorrelationKey Property

Definition

Gets the primary correlation instance key for this CorrelationMessageProperty.

public:
 property System::Runtime::DurableInstancing::InstanceKey ^ CorrelationKey { System::Runtime::DurableInstancing::InstanceKey ^ get(); };
public System.Runtime.DurableInstancing.InstanceKey CorrelationKey { get; }
member this.CorrelationKey : System.Runtime.DurableInstancing.InstanceKey
Public ReadOnly Property CorrelationKey As InstanceKey

Property Value

The primary correlation instance key.

Applies to