다음을 통해 공유


SaveWorkflowCommand.InstanceData 속성

정의

지속성 저장소에 저장할 인스턴스 데이터를 가져옵니다. 속성 이름 및 해당 값이 포함된 사전입니다.

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ InstanceData { 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> InstanceData { get; }
member this.InstanceData : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>
Public ReadOnly Property InstanceData As IDictionary(Of XName, InstanceValue)

속성 값

IDictionary<XName,InstanceValue>

속성 이름 및 해당 값이 포함된 사전입니다.

적용 대상