Selerix Developer Tools
GetMissingEmployeeAnswers Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : GetMissingEmployeeAnswers Method
Gets statistics about missing employees on Answers tab
Syntax
'Declaration
 
Public Function GetMissingEmployeeAnswers() As Dictionary(Of String,List(Of String))
'Usage
 
Dim instance As CensusStatistics
Dim value As Dictionary(Of String,List(Of String))
 
value = instance.GetMissingEmployeeAnswers()
public Dictionary<string,List<string>> GetMissingEmployeeAnswers()
public function GetMissingEmployeeAnswers(): Dictionary; 
public function GetMissingEmployeeAnswers() : Dictionary;
public: Dictionary<string*,List<string*>*>* GetMissingEmployeeAnswers(); 
public:
Dictionary<String^,List<String^>^>^ GetMissingEmployeeAnswers(); 
See Also

Reference

CensusStatistics Class
CensusStatistics Members