共用方式為


SPUtility.GetAppLicenseDeploymentId method

會傳回 SharePoint 部署的部署識別碼。

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

Syntax

'宣告
Public Shared Function GetAppLicenseDeploymentId As Guid
'用途
Dim returnValue As Guid

returnValue = SPUtility.GetAppLicenseDeploymentId()
public static Guid GetAppLicenseDeploymentId()

傳回值

Type: System.Guid
指定的 SharePoint 部署的部署識別碼。

備註

針對 SharePoint 的應用程式,每個應用程式授權適用於特定的 SharePoint 部署的特定應用程式。一般而言,基於應用程式授權部署會定義為 SharePoint 伺服器陣列的內部部署 SharePoint 安裝,以及進行 SharePoint Online 在 Office 365 租用。部署範圍可能會有所不同,不過,根據內部部署 SharePoint 安裝的設定。

部署識別碼是 SharePoint 所產生且從特定的 SharePoint 安裝的任何人造訪 Office 市集網站 Office 市集第一次所記錄的 GUID。

永遠不發佈或傳輸到未經授權的第三方您部署的識別碼。內部部署 SharePoint 安裝,伺服器陣列管理員可以設定透過 Windows PowerShell 的部署識別碼嚴重損壞復原] 或 [測試/實際執行環境的使用情況。

For more information on deployment IDs, and information about app licenses in general, see 授權 Office 與 SharePoint 相關應用程式.

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace