Compartilhar via


OAuthS2SSecurityConfiguration.WorkflowApplicationSettings Propriedade

 

Obtém ou define as configurações de aplicativos de fluxo de trabalho para os fluxos de trabalho que são executados nesse escopo.

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

Sintaxe

[DataMemberAttribute(EmitDefaultValue = false)]
public OAuthS2SAppSettings WorkflowApplicationSettings {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property OAuthS2SAppSettings^ WorkflowApplicationSettings {
    [CompilerGeneratedAttribute]
    OAuthS2SAppSettings^ get();
    [CompilerGeneratedAttribute]
    void set(OAuthS2SAppSettings^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member WorkflowApplicationSettings : OAuthS2SAppSettings with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property WorkflowApplicationSettings As OAuthS2SAppSettings

Valor de propriedade

Type: Microsoft.Workflow.Client.Security.OAuthS2SAppSettings

As configurações de aplicativos de fluxo de trabalho para os fluxos de trabalho que são executados nesse escopo.

Consulte também

Classe OAuthS2SSecurityConfiguration
Namespace Microsoft.Workflow.Client.Security

Retornar ao topo