public bool EchoCommand { get; set; }
Public Property EchoCommand As Boolean Get Set
public: property bool EchoCommand { bool get (); void set (bool value); }
member EchoCommand : bool with get, set
In This Article