The information about the province of the current health system.
object.Province
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISCountryInfo interface |
string
Display the possible countries for the current health system and its province.
Dim aMessage
Dim aCountryInfo
Set aCountryInfo = Profile.CountryInfo
aMessage = _
"IsAustralia: " & aCountryInfo.IsAustralia & vbNewLine &_
"IsCanada: " & aCountryInfo.IsCanada & vbNewLine &_
"IsNewZealand: " & aCountryInfo.IsNewZealand & vbNewLine &_
"IsUnitedKingdom: " & aCountryInfo.IsUnitedKingdom & vbNewLine &_
"IsUnitedStates: " & aCountryInfo.IsUnitedStates & vbNewLine &_
"Province: " & aCountryInfo.Province
Profile.MessageBox(aMessage)
In Profile Client v8 on User Interface Country Info can be found in
.