VerifyEntitlementTokenResponse.ProductId property

SharePoint 2013

Gets or sets the GUID that represents the product ID of the app.

Namespace:  VerificationSvc
Assembly:  SP15MrefVerificationSvc (in SP15MrefVerificationSvc.dll)

'Declaration
Public Property ProductId As String
	Get
	Set
'Usage
Dim instance As VerifyEntitlementTokenResponse
Dim value As String

value = instance.ProductId

instance.ProductId = value

Property value

Type: System.String
The product ID of the app.

The product ID of the app is specified in the app manifest.

NoteNote

The properties of the VerifyEntitlementTokenResponse object are provided for developers to verify property values of an app license. Setting these properties only changes the local copy of the license token; it has no effect on the license stored by the Office Store.

Show: