Freigeben über


InstanceKeyView.InstanceKeyMetadata Eigenschaft

Definition

Ruft die Metadaten für den Instanzschlüssel als Wörterbuch mit XNames und entsprechenden InstanceValue-Objekten ab.

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ InstanceKeyMetadata { 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> InstanceKeyMetadata { get; }
member this.InstanceKeyMetadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>
Public ReadOnly Property InstanceKeyMetadata As IDictionary(Of XName, InstanceValue)

Eigenschaftswert

Die Metadaten für den Instanzschlüssel.

Gilt für: