Intersoft ClientUI Documentation
PropertyDataProviderMemberPath Property



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