Partager via


CreateWorkflowOwnerCommand.InstanceOwnerMetadata Propriété

Définition

Place les métadonnées sur le propriétaire d'instance (possède actuellement mappage un-à-un avec un hôte de service) dans un dictionnaire avec un objet XName comme clé et un 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é

IDictionary<XName,InstanceValue>

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

S’applique à