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.24 The TypeLibVar attribute

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

[AttributeUsage(AttributeTargets.Field)]
public class TypeLibVarAttribute: System.Attribute
{
   public TypeLibVarAttribute(short value) {…}
   public short Value { get {…} }
}