| CommandEventArgscmd Property |
Received Commands Array
Namespace:
CSharpGrid.TCPClient
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public string[] cmd { get; set; }
public:
property array<String^>^ cmd {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
Type:
StringSee Also