 | TaskInfoTaskResults Property |
Task Results Property
Namespace:
CSharpGrid.Grid.Task
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ArrayList TaskResults { get; set; }public:
property ArrayList^ TaskResults {
ArrayList^ get ();
void set (ArrayList^ value);
}Property Value
Type:
ArrayList
See Also