SPWebApplication.CanRenameOnRestore-Eigenschaft
Ruft einen Wert, der angibt, ob die Anwendung umbenannt werden kann, wenn sie wiederhergestellt wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CanRenameOnRestore As Boolean
Get
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.CanRenameOnRestore
public bool CanRenameOnRestore { get; }
Eigenschaftswert
Typ: System.Boolean
true, Wenn die Anwendung umbenannt werden kann. anderenfalls false.
Implementiert
IBackupRestore.CanRenameOnRestore