ScopeInactiveException.ScopePath プロパティ

 

スコープ パスを取得または設定します。

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

構文

public string ScopePath {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ ScopePath {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member ScopePath : string with get, private set
Public Property ScopePath As String
    Get
    Private Set
End Property

プロパティ値

Type: System.String

スコープ パス。

参照

ScopeInactiveException クラス
Microsoft.Workflow.Client 名前空間

トップに戻る