Share via


WorkflowManagementClient.Settings Propriedade

 

Obtém ou define as configurações do cliente.

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

Sintaxe

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

Valor de propriedade

Type: Microsoft.Workflow.Client.ClientSettings

As configurações do cliente.

Consulte também

Classe WorkflowManagementClient
Namespace Microsoft.Workflow.Client

Retornar ao topo