SPDiagnosticsServiceBase.IBackupRestore.Name 属性

获取或设置SPDiagnosticsServiceBase对象的名称。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.String
SPDiagnosticsServiceBase对象的名称。

实现

IBackupRestore.Name

备注

Name属性用作stsadm.exe、 管理中心的应用程序,用户界面和用户界面的任何自定义备份和还原应用程序的用户界面 (UI) 中的SPDiagnosticsServiceBase对象的名称。

set的访问器的此属性没有任何影响。

此成员是显式接口成员实现。仅在SPDiagnosticsServiceBase实例被强制转换为IBackupRestore接口时,才可以使用它。

另请参阅

引用

SPDiagnosticsServiceBase 类

SPDiagnosticsServiceBase 成员

Microsoft.SharePoint.Administration 命名空间