SPBackupRestoreHistoryObject.WarningCount property
Gets the number of warnings that were issued during the operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WarningCount As UInteger
Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As UInteger
value = instance.WarningCount
public uint WarningCount { get; }
Property value
Type: System.UInt32
The total number of warnings.
See also
Reference
SPBackupRestoreHistoryObject class