Selerix Developer Tools
GetCoveredPersonMonthlyIndicator Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects.ACA Namespace > Form1095CUpstreamDetailType Class : GetCoveredPersonMonthlyIndicator Method
The person identifier.
The month.
Gets the covered person monthly indicator.
Syntax
'Declaration
 
Public Function GetCoveredPersonMonthlyIndicator( _
   ByVal personId As Integer, _
   ByVal month As Integer _
) As String
'Usage
 
Dim instance As Form1095CUpstreamDetailType
Dim personId As Integer
Dim month As Integer
Dim value As String
 
value = instance.GetCoveredPersonMonthlyIndicator(personId, month)
public string GetCoveredPersonMonthlyIndicator( 
   int personId,
   int month
)
public function GetCoveredPersonMonthlyIndicator( 
    personId: Integer;
    month: Integer
): String; 
public function GetCoveredPersonMonthlyIndicator( 
   personId : int,
   month : int
) : String;
public: string* GetCoveredPersonMonthlyIndicator( 
   int personId,
   int month
) 
public:
String^ GetCoveredPersonMonthlyIndicator( 
   int personId,
   int month
) 

Parameters

personId
The person identifier.
month
The month.

Return Value

System.String.
See Also

Reference

Form1095CUpstreamDetailType Class
Form1095CUpstreamDetailType Members