ProgIdAttribute

ProgIdAttribute

System.Runtime.InteropServices (mscorlib.dll)sealed class

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; }
}

Hierarchy

System.Object System.Attribute ProgIdAttribute

Valid On

Class



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