Click or drag to resize
PropertyInfoGetGetMethod Method
Returns the public get accessor for this property.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo GetGetMethod()

Return Value

Type: MethodInfo
A MethodInfo object representing the public get accessor for this property, or null if the get accessor is non-public or does not exist.
See Also