Class AssemblyProductAttribute
Defines a product name custom attribute for an assembly manifest.
Inherited Members
Namespace: System.Reflection
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyProductAttribute : Attribute
Constructors
AssemblyProductAttribute(string)
Initializes a new instance of the AssemblyProductAttribute class.
Declaration
public AssemblyProductAttribute(string product)
Parameters
Type | Name | Description |
---|---|---|
string | product | The product name information. |
Properties
Product
Gets product name information.
Declaration
public string Product { get; }
Property Value
Type | Description |
---|---|
string | A string containing the product name. |