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