Share via


ReflectionExtensions.GetProperty(Type, String) Method

Definition

For internal use by the Xamarin.Forms platform.

public static System.Reflection.PropertyInfo GetProperty (this Type type, string name);
static member GetProperty : Type * string -> System.Reflection.PropertyInfo

Parameters

type
System.Type

For internal use by the Xamarin.Forms platform.

name
System.String

For internal use by the Xamarin.Forms platform.

Returns

System.Reflection.PropertyInfo

For internal use by the Xamarin.Forms platform.

Applies to