SolutionGetEmployees Method |
Returns the IDs of all the employees in the problem.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d1eeb38004e25fffe43abff141daa804550ec994
Syntaxpublic string[] GetEmployees()
Public Function GetEmployees As String()
public:
array<String^>^ GetEmployees()
member GetEmployees : unit -> string[]
Return Value
Type:
StringAn array of employee IDs.
See Also