Freigeben über


AdministrationDataSourceView.TotalRowCount-Eigenschaft

Gibt die Gesamtzahl der Zeilen im AdministrationDataSourceView -Objekt zurück.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property TotalRowCount As Integer
    Get
'Usage
Dim value As Integer

value = Me.TotalRowCount
protected virtual int TotalRowCount { get; }

Eigenschaftswert

Typ: System.Int32
Eine 32-Bit-Ganzzahl mit Vorzeichen, die die Anzahl der Zeilen im AdministrationDataSourceView -Objekt angibt. Gibt NULL zurück, wenn in einer abgeleiteten Klasse überschrieben.

Siehe auch

Referenz

AdministrationDataSourceView Klasse

AdministrationDataSourceView-Member

Microsoft.SharePoint.WebControls-Namespace