VerifyEntitlementTokenResponse.IsTest property

Gets or sets whether the app license is a test license.

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

Syntax

'Declaration
Public Property IsTest As Boolean
    Get
    Set
'Usage
Dim instance As VerifyEntitlementTokenResponse
Dim value As Boolean

value = instance.IsTest

instance.IsTest = value
public bool IsTest { get; set; }

Property value

Type: System.Boolean
True if the app license is a test license; otherwise false

Remarks

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.

Note

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.

See also

Reference

VerifyEntitlementTokenResponse class

VerifyEntitlementTokenResponse members

VerificationSvc namespace

Other resources

License your apps for Office and SharePoint

How to: Add license checks to your apps for Office

How to: Add license checks to your app for SharePoint