The license key value.

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

Syntax

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

See Also