CreateWorkflowOwnerCommand.InstanceOwnerMetadata Proprietà

Definizione

Ottiene i metadati sul proprietario dell'istanza (attualmente dispone di un mapping uno-a-uno a un host del servizio) in un dizionario con un oggetto XName come chiave e un oggetto InstanceValue come valore.

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)

Valore della proprietà

IDictionary<XName,InstanceValue>

Metadati sul proprietario di istanza.

Si applica a