Class
LicenseInfo

Telerik internal use only.

Definition

Namespace:Telerik.Reporting.Common

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class LicenseInfo

Inheritance: objectLicenseInfo

Constructors

LicenseInfo()

Declaration

cs-api-definition
public LicenseInfo()

Properties

Declaration

cs-api-definition
public string ActionLink { get; set; }

Property Value

string

ActionMessage

Declaration

cs-api-definition
public string ActionMessage { get; set; }

Property Value

string

Expiration

Declaration

cs-api-definition
public DateTime? Expiration { get; set; }

Property Value

DateTime?

IsValid

Declaration

cs-api-definition
public bool IsValid { get; set; }

Property Value

bool

Message

Declaration

cs-api-definition
public string Message { get; set; }

Property Value

string

MessageIcon

Declaration

cs-api-definition
public int MessageIcon { get; set; }

Property Value

int

StatusCode

Declaration

cs-api-definition
public string StatusCode { get; set; }

Property Value

string

Title

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Type

Declaration

cs-api-definition
public LicenseType Type { get; set; }

Property Value

LicenseType