public List<ITask> Jobs { get; }
Public ReadOnly Property Jobs As List(Of ITask) Get
public: property List<ITask^>^ Jobs { List<ITask^>^ get (); }