[Missing <summary> documentation for P:PerpetuumSoft.Reporting.CommandModel.CompositeCommand.Commands]

Namespace:  PerpetuumSoft.Reporting.CommandModel
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public CommandCollection Commands { get; }
Visual Basic (Declaration)
Public ReadOnly Property Commands As CommandCollection
Visual C++
public:
property CommandCollection^ Commands {
	CommandCollection^ get ();
}

See Also