Propriété All
Gets a value indicating whether all criteria are specified.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property All As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if all criteria are specified; otherwise, false.