共用方式為


ScopeRevisionMismatchException.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

領域路徑。

請參閱

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

回到頁首