System.Runtime.InteropServices.ProgIdAttribute public sealed class ProgIdAttribute : Attribute Documentation Code namespace System.Runtime.InteropServices { public sealed class ProgIdAttribute : Attribute { public string Value { get; } public ProgIdAttribute(string progId); } }