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!

20.1.9 The ImportedFromCOM attribute

The ImportedFromCOM attribute is used to specify that a module was imported from a COM type library.

[AttributeUsage(AttributeTargets.Module)]
public class ImportedFromCOMAttribute: System.Attribute
{
   public ImportedFromCOMAttribute(string value) {…}
   public string Value { get {..} }
}