共用方式為


DebugTraceRecord.Data 屬性

 

取得與記錄相關聯的資料。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

語法

public IDictionary<string, string> Data { get; }
public:
property IDictionary<String^, String^>^ Data {
    IDictionary<String^, String^>^ get();
}
member Data : IDictionary<string, string> with get
Public ReadOnly Property Data As IDictionary(Of String, String)

屬性值

Type: System.Collections.Generic.IDictionary<String, String>

與記錄相關聯的資料。

請參閱

DebugTraceRecord 類別
Microsoft.Workflow.Client 命名空間

回到頁首