AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

TypeExtension..::..FindPropertyCase Method

Finds the property case.

Namespace:  AdvantageCMS.Core.Common.Extension
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static PropertyInfo FindPropertyCase(
	this Type type,
	string uncasedPropertyName
)

Parameters

type
Type: Type
The type.
uncasedPropertyName
Type: String
Name of the uncased property.

Return Value

PropertyInfo.