Returns the public or non-public get accessor for this property.
using System; using System.Reflection;
class Mypropertyinfo
{ public static int Main()
{
Type MyTypeb = Type.GetType("System.Reflection.MethodInfo");
PropertyInfo Mypropertyinfob = MyTypeb.GetProperty("MemberType");