AssemblyProductAttribute | CF 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
|