public PropertyPath DisplayMemberPath { get; set; }
Public Property DisplayMemberPath As PropertyPath
Get
Set
public:
property PropertyPath^ DisplayMemberPath {
PropertyPath^ get ();
void set (PropertyPath^ value);
}
member DisplayMemberPath : PropertyPath with get, set