Gets the employee dependents statistics.
Syntax
'Declaration
Public Function GetEmployeeDependentsStatistics( _
ByVal As TierCode _
) As Integer
'Usage
Dim instance As CensusStatistics
Dim tier As TierCode
Dim value As Integer
value = instance.GetEmployeeDependentsStatistics(tier)
public int GetEmployeeDependentsStatistics(
TierCode
)
public function GetEmployeeDependentsStatistics(
: TierCode
): Integer;
public function GetEmployeeDependentsStatistics(
: TierCode
) : int;
public: int GetEmployeeDependentsStatistics(
TierCode
)
public:
int GetEmployeeDependentsStatistics(
TierCode
)
Parameters
- tier
- The tier.
Return Value
The tier.
See Also