NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProgIdAttribute Class

Custom attribute that allows the user to specify the prog ID of a NGWS class.

Object
   Attribute
      ProgIdAttribute

[Visual Basic]
Public Class ProgIdAttribute
   Inherits Attribute
[C#]
public class ProgIdAttribute : Attribute
[C++]
public __gc class ProgIdAttribute : public Attribute
[JScript]
public class ProgIdAttribute extends Attribute

Remarks

Can be used to attribute classes.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

ProgIdAttribute Members | System.Runtime.InteropServices Namespace