TaskItemModel.history Property
Public Property history() As List(Of TaskHistory)
This language is not supported or no code example is available.
public List<TaskHistory> history {get; set;}
This language is not supported or no code example is available.
public:
property List<TaskHistory^>^ history {
List<TaskHistory^>^ get( );
void set(
List<TaskHistory^>^ value
);
}
This language is not supported or no code example is available.