'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)
Parameters
- personId
- The person identifier.
- month
- The month.
Return Value
System.String.