FunctionPrivilegesCriteria.All Property

Gets or sets a value indicating whether all criteria are in effect.

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

Syntax

'Declaration
Public ReadOnly Property All As Boolean
    Get
'Usage
Dim instance As FunctionPrivilegesCriteria
Dim value As Boolean

value = instance.All
public bool All { get; }
public:
property bool All {
    bool get ();
}
member All : bool
function get All () : boolean

Property Value

Type: System.Boolean
true if all criteria are in effect; otherwise, false.