InstanceKey.Metadata Property

Definition

Gets the dictionary that contains metadata associated with the instance key.

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ Metadata { System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>
Public ReadOnly Property Metadata As IDictionary(Of XName, InstanceValue)

Property Value

The dictionary that contains metadata associated with the instance key. This dictionary is a read-only dictionary.

Applies to