ModelPrivilegesCriteria.All Property

Gets a value indicating whether all criteria are specified.

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 ModelPrivilegesCriteria
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 specified; otherwise, false.