ASP.NET Pack Programmer's Guide
ItemCollection(T).Item Property (String)
See Also
 





Gets the item identified by the specified string.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public T Item [
    string id
] { get; }

Visual Basic  Copy Code

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

 Parameters

id
Type: String
A string that specifies the identifier of the item.

 Property Value

Type: T
The item with the specified id.

 See Also

Item Property Overload List
ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace