EntityMembersInformation.TotalMemberCount 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 the total number of visible records based on security and hierarchy parent filter.
public:
property int TotalMemberCount { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int TotalMemberCount { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TotalMemberCount : int with get, set
Public Property TotalMemberCount As Integer
Property Value
The total member count.
- Attributes