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