SPWebService.CanRenameOnRestore property
取得一個值,指出已還原時,是否可以重新命名服務。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CanRenameOnRestore As Boolean
Get
'用途
Dim instance As SPWebService
Dim value As Boolean
value = instance.CanRenameOnRestore
public bool CanRenameOnRestore { get; }
Property value
Type: System.Boolean
true表示可以重新命名服務 ;否則,請false。
Implements
IBackupRestore.CanRenameOnRestore