ScopeInactiveException.ScopePath Property

 

Gets or sets the scope path.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

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

Property Value

Type: System.String

The scope path.

See Also

ScopeInactiveException Class
Microsoft.Workflow.Client Namespace

Return to top