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.ReflectedType

Gets the current Type.

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

Property Value

The current Type.

-or-

a null reference (in Visual Basic Nothing), if the current Type is a nested type.

Remarks

This property implements the abstract property inherited from MemberInfo.

See Also

Type Class | Type Members | System Namespace | MemberInfo