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.DataAssembly: 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.