Proprietà ScopeInactiveException.ScopeStatus

 

Ottiene o imposta lo stato dell'ambito.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

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

Valore proprietà

Type: System.String

Stato dell'ambito.

Vedere anche

Classe ScopeInactiveException
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio