Class ProductReferenceAttribute
Inheritance
System.Object
ProductReferenceAttribute
Namespace: Telerik.Licensing
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class ProductReferenceAttribute : Attribute, IProductMetadata
Constructors
ProductReferenceAttribute(String, String, String, String, String)
Declaration
public ProductReferenceAttribute(string productCode, string licenseDate, string redistributedBy, string productName, string productVersion)
Parameters
|
System.String
productCode
|
|
System.String
licenseDate
|
|
System.String
redistributedBy
|
|
System.String
productName
|
|
System.String
productVersion
|
Properties
LicenseDate
Declaration
public DateTime LicenseDate { get; }
Property Value
|
System.DateTime
|
Implements
ProductCode
Declaration
public string ProductCode { get; }
Property Value
|
System.String
|
Implements
ProductName
Declaration
public string ProductName { get; }
Property Value
|
System.String
|
Implements
ProductVersion
Declaration
public string ProductVersion { get; }
Property Value
|
System.String
|
Implements
RedistributedBy
Declaration
public string[] RedistributedBy { get; }
Property Value
|
System.String[]
|