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