SecurityPrincipalsCriteria.All Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la valeur true pour renvoyer tous les éléments principaux d’une réponse.
public:
property bool All { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool All { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.All : bool with get, set
Public Property All As Boolean
Valeur de propriété
true
si tous les éléments du principal sont retournés dans une réponse ; sinon, false
.
- Attributs