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!

10.2.4 Meta-type expressions

A meta-type expression consists of the keyword GetType and the name of a type. The value of the meta-type expression is the NGWS Runtime reflection class that represents that type.

MetaTypeExpression ::= GetType ( TypeName )