Condividi tramite


CreateWorkflowOwnerWithIdentityCommand.InstanceOwnerMetadata Proprietà

Definizione

Ottiene i metadati relativi al proprietario dell'istanza 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à

Metadati sul proprietario di istanza.

Si applica a