Свойство All

Gets a value indicating whether all criteria are specified.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public ReadOnly Property All As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if all criteria are specified; otherwise, false.