Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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