InstanceKey.Metadata Eigenschap

Definitie

Hiermee haalt u de woordenlijst op die metagegevens bevat die zijn gekoppeld aan de exemplaarsleutel.

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)

Waarde van eigenschap

De woordenlijst met metagegevens die zijn gekoppeld aan de exemplaarsleutel. Deze woordenlijst is een alleen-lezenwoordenlijst.

Van toepassing op