InstanceKeyView.InstanceKeyMetadata Propriété

Définition

Obtient les métadonnées pour la clé d’instance sous la forme d’un dictionnaire de XNames et des objets InstanceValue correspondants.

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)

Valeur de propriété

Métadonnées pour la clé d'instance.

S’applique à