Właściwość SecurityPrincipalsCriteria.All
Pobiera lub ustawia wartość wskazującą, czy używane są wszystkie kryteria użytkowników.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property All As Boolean
Get
Set
'Użycie
Dim instance As SecurityPrincipalsCriteria
Dim value As Boolean
value = instance.All
instance.All = value
[DataMemberAttribute]
public bool All { get; set; }
[DataMemberAttribute]
public:
property bool All {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member All : bool with get, set
function get All () : boolean
function set All (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli są używane wszystkie kryteria użytkowników; w przeciwnym razie false.