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