SPBackupRestoreHistoryObject.WarningCount property
取得作業期間已發出的警告數目。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property WarningCount As UInteger
Get
'用途
Dim instance As SPBackupRestoreHistoryObject
Dim value As UInteger
value = instance.WarningCount
public uint WarningCount { get; }
Property value
Type: System.UInt32
警告的總數。
請參閱
參照
SPBackupRestoreHistoryObject class