DevForce Help Reference
Properties Property (PropertySelector)


Returns a list of PropertyInfo objects representing properties of the selector.
Syntax
'Declaration
 
Public ReadOnly Property Properties As ReadOnlyCollection(Of PropertyInfo)
'Usage
 
Dim instance As PropertySelector
Dim value As ReadOnlyCollection(Of PropertyInfo)
 
value = instance.Properties
public ReadOnlyCollection<PropertyInfo> Properties {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertySelector Class
PropertySelector Members

Send Feedback