Click or drag to resize

TypesAndPropertyGetPropertyInfo Method

Namespace:  EDK4Net.Utilities
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static PropertyInfo GetPropertyInfo(
	Type type,
	string property
)

Parameters

type
Type: SystemType
property
Type: SystemString

Return Value

Type: PropertyInfo
See Also