ActivityValidationException.ScopePath プロパティ

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

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

構文

'宣言
Public Property ScopePath As String 
    Get 
    Private Set
'使用
Dim instance As ActivityValidationException 
Dim value As String 

value = instance.ScopePath
public string ScopePath { get; private set; }
public:
property String^ ScopePath {
    String^ get ();
    private: void set (String^ value);
}
member ScopePath : string with get, private set
function get ScopePath () : String 
private function set ScopePath (value : String)

プロパティ値

型: System.String
スコープのパス。

関連項目

参照

ActivityValidationException クラス

Microsoft.Workflow.Client 名前空間