SPDiagnosticsServiceBase.CanSelectForRestore property
取得或設定 Boolean 值,指出是否已選取管理中心使用者介面 (UI) 中的還原作業SPDiagnosticsServiceBase物件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Property CanSelectForRestore As Boolean
Get
Set
'用途
Dim instance As SPDiagnosticsServiceBase
Dim value As Boolean
value = instance.CanSelectForRestore
instance.CanSelectForRestore = value
public virtual bool CanSelectForRestore { get; set; }
Property value
Type: System.Boolean
true如果可以選取SPDiagnosticesServiceBase ;否則,請false。
Implements
IBackupRestore.CanSelectForRestore
備註
這項實作一律會傳回false,並set accessor 沒有任何動作。
請參閱
參照
SPDiagnosticsServiceBase class