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.23 The TypeLibType attribute

The TypeLibType attribute is used to specify typelib flags, for interoperability with COM.

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)]
public class TypeLibTypeAttribute: System.Attribute
{
   public TypeLibTypeAttribute(short value) {…}
   public short Value { get {…} }
}