Compartilhar via


OAuthS2SSecurityConfiguration.ForMergingOnly Propriedade

 

Obtém ou define se essa configuração de segurança deve ou não ser mesclada somente com as configurações de segurança Scopes pai.

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

Sintaxe

[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<bool> ForMergingOnly {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<bool> ForMergingOnly {
    [CompilerGeneratedAttribute]
    Nullable<bool> get();
    [CompilerGeneratedAttribute]
    void set(Nullable<bool> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ForMergingOnly : Nullable<bool> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ForMergingOnly As Nullable(Of Boolean)

Valor de propriedade

Type: System.Nullable<Boolean>

true se essa configuração de segurança for apenas para mesclagem; caso contrário, false.

Consulte também

Classe OAuthS2SSecurityConfiguration
Namespace Microsoft.Workflow.Client.Security

Retornar ao topo