SPDiagnosticsServiceBase.IBackupRestore.Name property
取得或設定SPDiagnosticsServiceBase物件的名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private Property Name As String Implements IBackupRestore.Name
Get
Set
'用途
Dim instance As SPDiagnosticsServiceBase
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }
Property value
Type: System.String
SPDiagnosticsServiceBase物件的名稱。
Implements
備註
Name屬性做為stsadm.exe、 管理中心應用程式的使用者介面和使用者介面的任何自訂的備份及還原應用程式的使用者介面 (UI) 中SPDiagnosticsServiceBase物件的名稱。
此屬性set accessor 沒有任何動作。
這個成員是明確介面成員實作。只有當SPDiagnosticsServiceBase執行個體轉換成IBackupRestore介面時,才可以使用它。
請參閱
參照
SPDiagnosticsServiceBase class