Compartir a través de


WorkflowResourceNotFoundException.ScopePath (Propiedad)

 

Obtiene o establece la ruta de acceso del ámbito.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

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

Valor de propiedad

Type: System.String

Ruta de acceso del ámbito.

Vea también

WorkflowResourceNotFoundException (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio