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)

属性值

当前值。

适用于