Propriedade do RDL All
Gets or sets a value indicating whether all criteria are in effect.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
Public ReadOnly Property All As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if all criteria are in effect; otherwise, false.
Consulte também