PSCodeProperty.GetterCodeReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the method used for the properties' getter. It might be null.
public:
property System::Reflection::MethodInfo ^ GetterCodeReference { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo GetterCodeReference { get; }
member this.GetterCodeReference : System.Reflection.MethodInfo
Public ReadOnly Property GetterCodeReference As MethodInfo