License Class TIBCO Spotfire 6.0 API Reference
Abstract base class for all classes that define licenses.

A license is defined by its Id which must be globally unique, a Name, and a Description.

Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.License License
    Spotfire.Dxp.Application.Extension CustomLicense

Namespace: Spotfire.Dxp.Framework.License
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract class License
Remarks

This class cannot be extended through inheritance.
See Also