共用方式為


SPUtility.GetAppLicenseInformation method

會傳回指派給目前使用者的指定應用程式 for SharePoint 特定的 SharePoint 部署中的所有應用程式授權的集合。

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

Syntax

'宣告
Public Shared Function GetAppLicenseInformation ( _
    productId As Guid _
) As SPAppLicenseCollection
'用途
Dim productId As Guid
Dim returnValue As SPAppLicenseCollection

returnValue = SPUtility.GetAppLicenseInformation(productId)
public static SPAppLicenseCollection GetAppLicenseInformation(
    Guid productId
)

參數

  • productId
    Type: System.Guid

    應用程式的產品識別碼。

傳回值

Type: Microsoft.SharePoint.SPAppLicenseCollection
針對 SharePoint 指派給目前使用者的指定應用程式的所有應用程式授權的集合。

備註

使用者可擁有多個應用程式授權指派給他們的特定的 SharePoint 部署中相同的應用程式。

如果多個授權已購買相同的應用程式,使用不同的 Microsoft 帳戶,會依下列順序的優先順序傳回授權:

  • 付費

  • 免費

  • 會過期的試用版

  • 過期的試用版

GetAppLicenseInformation方法不會傳回與過期或保留權杖的授權。保留的權杖的授權權杖的 SharePoint ; 無法自動更新以維持有效,保留的權杖必須更新手動會察覺到 Office 市集登入採購者。

應用程式的產品識別碼可以在應用程式資訊清單中找到。

For more information about app licenses, see 授權 Office 與 SharePoint 相關應用程式.

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace