Gets or sets the schedule of this Resource.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public Schedule Schedule { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Schedule As Schedule |