ModelPrivilegesCriteria.All-Eigenschaft
Gets a value that indicates whether the results will include all privileges.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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
Eigenschaftswert
Typ: System.Boolean
true if the results will include all privileges; otherwise, false.
Siehe auch
Verweis
ModelPrivilegesCriteria Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace