Class LicenseInfo
Telerik internal use only.
Inheritance
System.Object
LicenseInfo
Namespace: Telerik.Reporting.Common
Assembly: Telerik.Reporting.dll
Syntax
public class LicenseInfo
Constructors
LicenseInfo()
Declaration
public LicenseInfo()
Properties
ActionLink
Declaration
public string ActionLink { get; set; }
Property Value
System.String
|
ActionMessage
Declaration
public string ActionMessage { get; set; }
Property Value
System.String
|
Expiration
Declaration
public DateTime? Expiration { get; set; }
Property Value
System.Nullable<System.DateTime>
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
Message
Declaration
public string Message { get; set; }
Property Value
System.String
|
MessageIcon
Declaration
public int MessageIcon { get; set; }
Property Value
System.Int32
|
StatusCode
Declaration
public string StatusCode { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|