Interface ILicenseStatus
Inherited Members
Namespace: Telerik.Licensing.Status
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public interface ILicenseStatus : IProductMetadata
Properties
Expiration
Declaration
DateTime? Expiration { get; }
Property Value
System.
|
IsLicenseValid
Declaration
bool IsLicenseValid { get; }
Property Value
System.
|
LicenseProductCode
Declaration
string LicenseProductCode { get; }
Property Value
System.
|
LicenseType
Declaration
string LicenseType { get; }
Property Value
System.
|
ScriptKeys
Declaration
string ScriptKeys { get; }
Property Value
System.
|
Methods
BuildTimeMessage()
RuntimeConsoleMessage()
Declaration
string RuntimeConsoleMessage()
Returns
System.
|