ISProfile.GetHealthSystemStateCode

Description

This function returns the health system state code.

Syntax

object.GetHealthSystemStateCode()

Part Attribute Type Description
object Required
The object always implements the ISProfile interface

Return Value

int

Returns the health system state code.

Example

Display the health system state code.

Dim aHealthSystemStateCode

aHealthSystemStateCode = Profile.GetHealthSystemStateCode
Profile.MsgBox("The health system state code is '" & aHealthSystemStateCode & "'")
Note:

Version information

Added in v7.8.0