SPBackupRestoreHistoryList.Count property
Gets the total number of items in the list.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPBackupRestoreHistoryList
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
A Int32 that represents the number of items in the list.
See also
Reference
SPBackupRestoreHistoryList class