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!

Module.Assembly

Returns the appropriate Assembly for this instance of Module.

[Visual Basic]
Public ReadOnly Property Assembly As Assembly
[C#]
public Assembly Assembly {get;}
[C++]
public: __property Assembly* get_Assembly();
[JScript]
public function get Assembly() : Assembly;

Property Value

Read-only.

Remarks

[To be supplied]

See Also

Module Class | Module Members | System.Reflection Namespace