CreateWorkflowOwnerCommand.InstanceOwnerMetadata Eigenschap

Definitie

Haalt de metagegevens op over de eigenaar van het exemplaar (momenteel heeft een een-op-een-toewijzing aan een servicehost) in een woordenlijst met een XName-object als sleutel en een InstanceValue object als waarde.

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)

Waarde van eigenschap

De metagegevens over de eigenaar van het exemplaar.

Van toepassing op