public string AutomationId { get; set; }Public Property AutomationId As String
Get
Setpublic:
virtual property String^ AutomationId {
String^ get () sealed;
void set (String^ value) sealed;
}abstract AutomationId : string with get, set
override AutomationId : string with get, set