ModelMembersResultCriteria.IncludeLeafMembers 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.
Attention
Explicit hierarchies and collections are deprecated. Once removed, there will only be Leaf members
Spécifie une valeur indiquant s’il faut inclure les membres feuilles.
public:
property bool IncludeLeafMembers { bool get(); void set(bool value); };
[System.Obsolete("Explicit hierarchies and collections are deprecated. Once removed, there will only be Leaf members")]
[System.Runtime.Serialization.DataMember]
public bool IncludeLeafMembers { get; set; }
[<System.Obsolete("Explicit hierarchies and collections are deprecated. Once removed, there will only be Leaf members")>]
[<System.Runtime.Serialization.DataMember>]
member this.IncludeLeafMembers : bool with get, set
Public Property IncludeLeafMembers As Boolean
Valeur de propriété
true
si [inclure des membres feuilles] ; sinon, false
.
- Attributs