AssemblyProductAttribute

AssemblyProductAttributeCF 1.0

System.Reflection (mscorlib.dll)sealed class

This class is a custom attribute for the product name.

public sealed class AssemblyProductAttribute : Attribute {
// Public Constructors
   public AssemblyProductAttribute(string product);
// Public Instance Properties
   public string Product{get; }
}

Hierarchy

System.Object System.Attribute AssemblyProductAttribute

Valid On

Assembly



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System