InstanceKey.Metadata Eigenschaft

Definition

Ruft das Wörterbuch ab, das dem Instanzschlüssel zugeordnete Metadaten enthält.

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)

Eigenschaftswert

Das Wörterbuch ab, das dem Instanzschlüssel zugeordnete Metadaten enthält. Dieses Wörterbuch ist ein schreibgeschütztes Wörterbuch.

Gilt für: