LicenseInfo
Class
Telerik internal use only.
Definition
Namespace:Telerik.Reporting.Common
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class LicenseInfo
Inheritance: objectLicenseInfo
Constructors
C#
public LicenseInfo()
Properties
ActionLink
string
C#
public string ActionLink { get; set; }
ActionMessage
string
C#
public string ActionMessage { get; set; }
CallToActionLink
string
C#
public string CallToActionLink { get; set; }
CallToActionMessage
string
C#
public string CallToActionMessage { get; set; }
Expiration
DateTime?
C#
public DateTime? Expiration { get; set; }
IsValid
bool
C#
public bool IsValid { get; set; }
Message
string
C#
public string Message { get; set; }
MessageIcon
int
C#
public int MessageIcon { get; set; }
StatusCode
string
C#
public string StatusCode { get; set; }
Title
string
C#
public string Title { get; set; }
C#
public LicenseType Type { get; set; }