All Propiedad
Gets a value indicating whether all criteria are specified.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
Public ReadOnly Property All As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if all criteria are specified; otherwise, false.