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!

TypeDelegator.UnderlyingSystemType

Retrieves the underlying Type that represents the implemented type.

[Visual Basic]
Overridable Public ReadOnly Property UnderlyingSystemType As Type
[C#]
public Type UnderlyingSystemType {override get;}
[C++]
public: __property virtual Type* get_UnderlyingSystemType();
[JScript]
public function get UnderlyingSystemType() : Type;

Property Value

Read only. A type representing the current TypeDelegator.

Remarks

[To be supplied]

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace