DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section