Interface IProductMetadata
Namespace: Telerik.Licensing.Status
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public interface IProductMetadata
Properties
LicenseDate
Declaration
DateTime LicenseDate { get; }
Property Value
System.
|
ProductCode
Declaration
string ProductCode { get; }
Property Value
System.
|
ProductName
Declaration
string ProductName { get; }
Property Value
System.
|
ProductVersion
Declaration
string ProductVersion { get; }
Property Value
System.
|
RedistributedBy
Declaration
string[] RedistributedBy { get; }
Property Value
System.
|