SPIisWebServiceEndpoint.IBackupRestore.CanRenameOnRestore-Eigenschaft
Ruft einen Wert, der angibt, ob dieses Element bei der Wiederherstellung umbenannt werden kann.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property CanRenameOnRestore As Boolean
Implements IBackupRestore.CanRenameOnRestore
Get
'Usage
Dim instance As SPIisWebServiceEndpoint
Dim value As Boolean
value = CType(instance, IBackupRestore).CanRenameOnRestore
boolIBackupRestore.CanRenameOnRestore { get; }
Eigenschaftswert
Typ: System.Boolean
Gibt Boolean zurück.
Implementiert
IBackupRestore.CanRenameOnRestore
Hinweise
Siehe auch CanRenameOnRestore.
Siehe auch
Referenz
SPIisWebServiceEndpoint Klasse