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.17 The Predeclared attribute

The presence of the Predeclared attribute denotes a predeclared object imported from COM.

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