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