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
)
參數
siteSubscription
Type: Microsoft.SharePoint.SPSiteSubscription房客的站台訂閱。
傳回值
Type: System.Boolean
true如果承租人處於預覽模式,否則false。