OAuthS2SSecurityConfiguration.ForMergingOnly Property

 

Gets or sets whether or not this security configuration should only be merged with parent Scopes security configurations.

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

Syntax

[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)

Property Value

Type: System.Nullable<Boolean>

true if this security configuration is for merging only; otherwise, false.

See Also

OAuthS2SSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace

Return to top