SPBackupRestoreHistoryObject.WarningCount - Propriété
Obtient le nombre d'avertissements qui ont été délivrés au cours de l'opération.
Espace de noms : Microsoft.SharePoint.Administration.Backup
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property WarningCount As UInteger
Get
'Utilisation
Dim instance As SPBackupRestoreHistoryObject
Dim value As UInteger
value = instance.WarningCount
public uint WarningCount { get; }
Valeur de propriété
Type : System.UInt32
Le nombre total d'avertissements.
Voir aussi
Référence
SPBackupRestoreHistoryObject classe