GetPropertyInfo
GetPropertyInfo(Type, string)
public static PropertyInfo GetPropertyInfo(Type type, string propertyName) ;
Description
Get PropertyInfo.
Parameters
| Parameter Name | Description | 
|---|---|
| type | Type | 
| propertyName | Property name | 
Returns
PropertyInfo to get. If there is none, it returns null.