SecurityPrincipalsCriteria.All Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies to true to return all principal items in a response.
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
Property Value
true
if it return all principal items in a response; otherwise, false
.
- Attributes