MindFusion WinForms Programmer's Guide
TaskCollection.Item Property
See Also
 





Gets the task object identified by the specified string.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Task Item [
    string id
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item ( _
    id As String _
) As Task

 Parameters

id
The Id of the Task to get.

 Property Value

The Task instance identified by the specified string.

 Remarks

This indexer property enables using the C# [] operator or the VB.NET () operator to access the elements of the collection by their string identifiers.

 See Also

TaskCollection Members
TaskCollection Class
MindFusion.Scheduling Namespace