WorkflowCompilerError.UserData プロパティ

定義

このインスタンスに関連付けられているユーザー定義データの読み取りと書き込みにアクセスできる IDictionary を取得します。

public:
 property System::Collections::IDictionary ^ UserData { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary UserData { get; }
member this.UserData : System.Collections.IDictionary
Public ReadOnly Property UserData As IDictionary

プロパティ値

このインスタンスに関連付けられているユーザー定義データのディクショナリ。

適用対象