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