VerifyEntitlementTokenResponse::AssetId property

SharePoint 2013

Gets or sets the asset ID assigned to the specified app by the Office Store.

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

No code example is currently available or this language may not be supported.

Property value

Type: System.String
The asset ID assigned to the app.

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.

For test app licenses, this property need not be valid, since in most cases you won’t have submitted your app to the Office Store until after testing. To support app license testing, the Office Store verification web service does not validate the encryption token or any of the attribute values of license tokens where the test attribute is set to true. For more information, see How to: Add license checks to your apps for Office or How to: Add license checks to your app for SharePoint.

Show: