Partage via


CreateWorkflowOwnerWithIdentityCommand.InstanceOwnerMetadata Propriété

Définition

Obtient les métadonnées relatives au propriétaire d'instance dans un dictionnaire avec un objet XName comme clé et objet InstanceValue comme valeur.

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

Valeur de propriété

Métadonnées à propos du propriétaire de l'instance.

S’applique à