MindFusion.Scheduling for Silverlight Programmer's Guide
ItemCollection.Item Property (String)
See Also
 





Gets the item identified by the specified string.

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

 Syntax

C#  Copy Code

public Item Item [
    string id
] { get; }

Visual Basic  Copy Code

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

 Parameters

id
The Id of the Item to get.

 Property Value

The Item 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

Item Property Overload List
ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace