Freigeben über


InstanceView.InstanceMetadata Eigenschaft

Definition

Ruft die Metadaten einer Instanz als Wörterbuch mit Namen und InstanceValue-Objekten ab.

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

Eigenschaftswert

Die Metadaten der Instanz.

Gilt für: