IsGetProperty
IsGetProperty(PropertyInfo)
public static bool IsGetProperty(PropertyInfo propertyInfo) ;
Description
Returns whether there is a get accessor.
Parameters
| Parameter Name | Description |
|---|---|
| propertyInfo | PropertyInfo |
Returns
Returns true if there is a get accessor.