The license key value.

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

Syntax

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

See Also