共用方式為


SPUserCodeProvider.CanBackupRestoreAsConfiguration property

取得一個值,指出提供者物件是否可以選取納入僅限設定備份或還原作業。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
    Get
'用途
Dim instance As SPUserCodeProvider
Dim value As Boolean

value = instance.CanBackupRestoreAsConfiguration
public bool CanBackupRestoreAsConfiguration { get; }

Property value

Type: System.Boolean
true如果物件可以包含在僅限設定備份或還原 ;否則,請false。

Implements

IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration

備註

這項實作一律會傳回true。

請參閱

參照

SPUserCodeProvider class

SPUserCodeProvider members

Microsoft.SharePoint.Administration namespace