Proprietà All
Gets a value indicating whether all criteria are specified.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property All As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if all criteria are specified; otherwise, false.
Vedere anche