Condividi tramite


Proprietà EntityMembersInformation.TotalMemberCount

Gets or sets the total visible records based on security and hierarchy parent filter.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property TotalMemberCount As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The total member count.

Vedere anche

Riferimento

EntityMembersInformation Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts