SPUserCodeService.CanBackupRestoreAsConfiguration property
取得一個值,指出是否服務物件可以包含在僅限設定備份或還原作業。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Get
'用途
Dim instance As SPUserCodeService
Dim value As Boolean
value = instance.CanBackupRestoreAsConfiguration
public bool CanBackupRestoreAsConfiguration { get; }
Property value
Type: System.Boolean
true物件可以包含在僅限設定備份或還原作業 ; 如果否則,請false。
Implements
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration