Method GetBrowsable
GetBrowsable(PropertyInfo)
Returns whether property is browsable.
public static bool GetBrowsable(PropertyInfo p)
Parameters
p
PropertyInfoProperty info.
Returns
- bool
true
if property is browsable,false
otherwise.
Returns whether property is browsable.
public static bool GetBrowsable(PropertyInfo p)
p
PropertyInfoProperty info.
true
if property is browsable, false
otherwise.