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