Gets the schedule definition that wraps the specified object from the internal schedule definition collection, or null if such schedule definition doesn't exist.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public ScheduleDefinition this[
	Object item
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	item As Object _
) As ScheduleDefinition

Parameters

item
Type: System..::.Object
Wrapped object to search for.

Return Value

The schedule definition that wraps the specified object from the internal schedule definition collection, or null if such schedule definition doesn't exist.

See Also