Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ConnectCommand Property
NamespacesGenesyslab.Desktop.Modules.Windows.Views.Login.MainLoginIMainLoginViewModelConnectCommand
Gets or sets the connect command.
Declaration Syntax
C#Visual BasicVisual C++
DelegateCommand<Object> ConnectCommand { get; set; }
Property ConnectCommand As DelegateCommand(Of Object)
property DelegateCommand<Object^>^ ConnectCommand {
	DelegateCommand<Object^>^ get ();
	void set (DelegateCommand<Object^>^ value);
}
Value
The connect command.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)