다음을 통해 공유


SPTenantAdmin.CheckTenantPreviewFeaturesEnabled method

Checks whether a tenant is in preview mode.

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

Syntax

'Declaration
Public Shared Function CheckTenantPreviewFeaturesEnabled ( _
    siteSubscription As SPSiteSubscription _
) As Boolean
'Usage
Dim siteSubscription As SPSiteSubscription
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean
true if the tenant is in preview mode, otherwise false.

See also

Reference

SPTenantAdmin class

SPTenantAdmin members

Microsoft.SharePoint namespace