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

Gets the current Type.

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

Property Value

The current Type.

Remarks

This property implements the abstract property inherited from MemberInfo.

See Also

Type Class | Type Members | System Namespace | MemberInfo