Table of Contents

Class AssemblyProductAttribute

Namespace
System.Reflection
Assembly
mscorlib.dll

Defines a product name custom attribute for an assembly manifest.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyProductAttribute : Attribute
Inheritance
AssemblyProductAttribute
Inherited Members
Extension Methods

Constructors

AssemblyProductAttribute(string)

Initializes a new instance of the AssemblyProductAttribute class.

public AssemblyProductAttribute(string product)

Parameters

product string

The product name information.

Properties

Product

Gets product name information.

public string Product { get; }

Property Value

string

A string containing the product name.