Selerix Developer Tools
GetAllEmployees Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects.ACA Namespace > Form1094CUpstreamDetailType Class : GetAllEmployees Method
The month.
Gets all employees.
Syntax
'Declaration
 
Public Function GetAllEmployees( _
   ByVal month As Integer _
) As String
'Usage
 
Dim instance As Form1094CUpstreamDetailType
Dim month As Integer
Dim value As String
 
value = instance.GetAllEmployees(month)
public string GetAllEmployees( 
   int month
)
public function GetAllEmployees( 
    month: Integer
): String; 
public function GetAllEmployees( 
   month : int
) : String;
public: string* GetAllEmployees( 
   int month
) 
public:
String^ GetAllEmployees( 
   int month
) 

Parameters

month
The month.

Return Value

System.String.
See Also

Reference

Form1094CUpstreamDetailType Class
Form1094CUpstreamDetailType Members