Propriété All
Gets or sets a value indicating whether all criteria are in effect.
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 FunctionPrivilegesCriteria
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 in effect; otherwise, false.