SPBackupRestoreConsoleObject.WarningCount property
Gets the total number of warnings that have occurred during the backup or restore 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 SPBackupRestoreConsoleObject
Dim value As UInteger
value = instance.WarningCount
public uint WarningCount { get; }
Property value
Type: System.UInt32
A UInt32 that represents the total number of warnings that have occurred so far.
See also
Reference
SPBackupRestoreConsoleObject class
SPBackupRestoreConsoleObject members