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