IADsUser Property: Country

Property Name
Country

Property Type
String

Description
Gets and sets the reference to a user's country.

Remarks
If there is no country specified for a user, the string passed out is "No Country specified for the user".

Example

Dim UserObject As IADsUser
Set UserObject = GetObject("NTDS://DomainName/UserName")
Debug.Print UserObject.Country

 

See Also