DevForce Help Reference
PropertyName Property (PropertySelector)


The property name, may be a nested Property name as well. i.e. "Customer.City" or "Customer.Orders"
Syntax
'Declaration
 
Public ReadOnly Property PropertyName As String
'Usage
 
Dim instance As PropertySelector
Dim value As String
 
value = instance.PropertyName
public string PropertyName {get;}
Exceptions
ExceptionDescription
System.ExceptionUnable to locate property 'x' on type 'y'
System.InvalidCastExceptionUnable to convert value to type 'x'
System.InvalidOperationExceptionThis operator can only operate on properties of type 'string'
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