다음을 통해 공유


ActivityStateRecord.Variables 속성

정의

레코드를 생성할 때 작업과 연결된 추적되는 변수의 현재 값을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Variables { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Variables { get; }
member this.Variables : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Variables As IDictionary(Of String, Object)

속성 값

현재 값입니다.

적용 대상