The type of license key.

Namespace: TallComponents.Licensing
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public abstract string Key { get; }
Visual Basic
Public MustOverride ReadOnly Property Key As String
	Get
Visual C++
public:
virtual property String^ Key {
	String^ get () abstract;
}

See Also