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