SecurityPrincipalsCriteria.All Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether all user criteria are used.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public bool All { get; set; }
public:
[DataMemberAttribute]
property bool All {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member All : bool with get, set
<DataMemberAttribute>
Public Property All As Boolean

Property Value

Type: System.Boolean

true if all user criteria are used; otherwise, false.

See Also

SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top