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!

ConstructorInfo.MemberType

Specifies the type of this member this instance reflects.

[Visual Basic]
Overridable Public ReadOnly Property MemberType As MemberTypes
[C#]
public MemberTypes MemberType {override get;}
[C++]
public: __property virtual MemberTypes get_MemberType();
[JScript]
public function get MemberType() : MemberTypes;

Property Value

Read-only. This property takes its value from the MemberTypes class.

See Also

ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace