Gets the item identified by the specified string.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Item Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item ( _ |
The Item instance identified by the specified string.
RemarksThis 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