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!

ComInterfaceType

This enum is used with the interfacetype attribute.

public enum ComInterfaceType
{
    Dual        = 0;
    IUnknown    = 1;
    IDispatch   = 2;
}

See Also

Supporting enums