Selerix Developer Tools
GetOfferCost Method






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

Parameters

month
The month.

Return Value

System.Nullable<System.Decimal>.
See Also

Reference

Form1095CUpstreamDetailType Class
Form1095CUpstreamDetailType Members