Свойство EntityMembersInformation.TotalMemberCount
Gets or sets the total visible records based on security and the hierarchy parent filter.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property TotalMemberCount As Integer
Get
Set
'Применение
Dim instance As EntityMembersInformation
Dim value As Integer
value = instance.TotalMemberCount
instance.TotalMemberCount = value
[DataMemberAttribute]
public int TotalMemberCount { get; set; }
[DataMemberAttribute]
public:
property int TotalMemberCount {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member TotalMemberCount : int with get, set
function get TotalMemberCount () : int
function set TotalMemberCount (value : int)
Значение свойства
Тип: System.Int32
An integer that represents the count.