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!

Inherits Statement

Used at the top of a class definition to specify the name of the inherited class.

Inherits classname

The Inherits statement syntax has these parts:

Part Description
classname Required. The name of a class being inherited by the class in which the Inherits statement is used.

Remarks

If used, the Inherits statement must be the first non-blank, non-comment line in a class definition.

See Also

Example