public string GetMECNo( int month )
public function GetMECNo( month: Integer ): String;
public function GetMECNo( month : int ) : String;
public: string* GetMECNo( int month )
public: String^ GetMECNo( int month )
'Declaration Public Function GetMECNo( _ ByVal month As Integer _ ) As String
'Declaration
Public Function GetMECNo( _ ByVal month As Integer _ ) As String
'Usage Dim instance As Form1094CUpstreamDetailType Dim month As Integer Dim value As String value = instance.GetMECNo(month)
'Usage
Dim instance As Form1094CUpstreamDetailType Dim month As Integer Dim value As String value = instance.GetMECNo(month)
Form1094CUpstreamDetailType Class Form1094CUpstreamDetailType Members