Share via


ScopeInactiveException.ScopeStatus Property

 

Gets or sets the scope status.

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

Syntax

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

Property Value

Type: System.String

The scope status.

See Also

ScopeInactiveException Class
Microsoft.Workflow.Client Namespace

Return to top