Selerix Developer Tools
GetOfferCode Method






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

Parameters

month
The month.

Return Value

System.String.
See Also

Reference

Form1095CUpstreamDetailType Class
Form1095CUpstreamDetailType Members