Intersoft ClientUI Documentation
PropertyTypeMemberPath Property



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