ModelMembersResultCriteria.IncludeLeafMembers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Explicit hierarchies and collections are deprecated. Once removed, there will only be Leaf members
指定一个值,该值指示是否包含叶成员。
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
属性值
true
如果 [包括叶成员],否则,为 false
.
- 属性