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 )
'Declaration Public Function GetAllEmployees( _ ByVal month As Integer _ ) As String
'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)
'Usage
Dim instance As Form1094CUpstreamDetailType Dim month As Integer Dim value As String value = instance.GetAllEmployees(month)
Form1094CUpstreamDetailType Class Form1094CUpstreamDetailType Members