Właściwość ModelPrivilegesCriteria.All
Pobiera wartość wskazującą, czy wszystkie kryteria są określone.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
Public ReadOnly Property All As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli wszystkie kryteria są określone; w przeciwnym razie false.
Zobacz także