Gets a bit mask indicating the member type.
[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;
A MemberTypes bitmask indicating the member type, which can be one of the following: Constructor, Event, Field, Method, Property, TypeInfo, Custom, NestedType or All.