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!

Type.Module

Gets the module (the DLL) in which the current Type is defined.

[Visual Basic]
MustOverride Public ReadOnly Property Module As Module
[C#]
public Module Module {abstract get;}
[C++]
public: __property virtual Module* get_Module() = 0;
[JScript]
public abstract function get Module() : Module;

Property Value

The name of the module in which the current Type is defined.

See Also

Type Class | Type Members | System Namespace | Module