Discovers the attributes of a property and provides access to property metadata.
Namespace:
?
System.Reflection
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
System.Reflection.PropertyInfo = function();
Type.createClass(
'System.Reflection.PropertyInfo',
MemberInfo,
_PropertyInfo); |
Inheritance Hierarchy
See Also