共用方式為


SPTenantAdmin.CheckTenantPreviewFeaturesEnabled method

檢查房客是否處於預覽模式。

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

Syntax

'宣告
Public Shared Function CheckTenantPreviewFeaturesEnabled ( _
    siteSubscription As SPSiteSubscription _
) As Boolean
'用途
Dim siteSubscription As SPSiteSubscription
Dim returnValue As Boolean

returnValue = SPTenantAdmin.CheckTenantPreviewFeaturesEnabled(siteSubscription)
public static bool CheckTenantPreviewFeaturesEnabled(
    SPSiteSubscription siteSubscription
)

參數

傳回值

Type: System.Boolean
true如果承租人處於預覽模式,否則false。

請參閱

參照

SPTenantAdmin class

SPTenantAdmin members

Microsoft.SharePoint namespace