Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CommandType Property
NamespacesGenesyslab.Desktop.Infrastructure.CommandsCommandActivatorCommandType
Gets or sets the type of the view to instantiate.
Declaration Syntax
C#Visual BasicVisual C++
public Type CommandType { get; set; }
Public Property CommandType As Type
public:
property Type^ CommandType {
	Type^ get ();
	void set (Type^ value);
}
Value
The type of the view.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)