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.8 The HasDefaultInterface attribute

If present, the HasDefaultInterface attribute indicates that a class has a default interface.

[AttributeUsage(AttributeTargets.Class)]
public class HasDefaultInterfaceAttribute: System.Attribute
{
   public HasDefaultInterfaceAttribute() {…}
}