Intersoft ClientUI Documentation
PropertyNameMemberPath Property



Gets or sets the value of property name member path.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PropertyNameMemberPath As String
Dim instance As UXQueryBuilder
Dim value As String
 
instance.PropertyNameMemberPath = value
 
value = instance.PropertyNameMemberPath
[CategoryAttribute("Common Properties")]
public string PropertyNameMemberPath {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ PropertyNameMemberPath {
   String^ get();
   void set (    String^ value);
}
Remarks
This property is commonly used in conjunction with FilterPropertiesSource to specify the property name property in the custom class.
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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback