DevForce Help Reference
PropertySelector Constructor(Type,String)


Create a PropertySelector for the specified type and property name.
Syntax
'Declaration
 
Public Function New( _
   ByVal instanceType As Type, _
   ByVal propertyName As String _
)
'Usage
 
Dim instanceType As Type
Dim propertyName As String
 
Dim instance As New PropertySelector(instanceType, propertyName)
public PropertySelector( 
   Type instanceType,
   string propertyName
)

Parameters

instanceType
propertyName
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
Overload List

Send Feedback