August 2003
Intermediate to advanced
928 pages
32h 1m
English
ProgIdAttribute
This attribute is attached to a class to specify its COM ProgID.
public sealed class ProgIdAttribute : Attribute {
// Public Constructors
public ProgIdAttribute(string progId);
// Public Instance Properties
public string Value{get; }
}
System.Object
→
System.Attribute
→
ProgIdAttribute
Class