MindFusion.Scheduling for Silverlight Programmer's Guide
CompositeCommand.Commands Property
See Also
 





Gets a list containing the child Command objects.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public List<Command> Commands { get; }

Visual Basic  Copy Code

Public ReadOnly Property Commands As List(Of Command)

 Property Value

A generic .NET List of Command objects.

 See Also

CompositeCommand Members
CompositeCommand Class
MindFusion.Scheduling Namespace