CreateWorkflowOwnerCommand.InstanceOwnerMetadata Egenskap

Definition

Hämtar metadata om instansägaren (har för närvarande en en-till-en-mappning till en tjänstvärd) i en ordlista med ett XName-objekt som nyckel och ett InstanceValue objekt som ett värde.

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)

Egenskapsvärde

Metadata om instansägaren.

Gäller för