Class ProductCodeAttribute
Inheritance
System.Object
ProductCodeAttribute
Namespace: Telerik.Licensing
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class ProductCodeAttribute : Attribute
Constructors
ProductCodeAttribute(String)
Declaration
public ProductCodeAttribute(string productCode)
Parameters
|
System.String
productCode
|
Properties
ProductCode
Declaration
public string ProductCode { get; }
Property Value
|
System.String
|