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

SPBackupRestoreHistoryList Members

Microsoft.SharePoint.Administration.Backup Namespace