August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyProductAttribute
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; }
}
System.Object
→
System.Attribute
→
AssemblyProductAttribute
Assembly