Proprietà WorkflowResourceNotFoundException.ScopePath

 

Ottiene o imposta il percorso dell'ambito.

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

Sintassi

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

Valore proprietà

Type: System.String

Percorso dell'ambito.

Vedere anche

Classe WorkflowResourceNotFoundException
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio