IADsService Property: HostComputer

Property Name
HostComputer

Property Type
String

Description
It gets the ADsPath of the host of the service.

Example

Dim serobj As IADsService
'Get the object of the service
Set serobj = GetObject("NTDS://MSFT/MOON/Messenger")
'Get the host computer property of the service
Debug.Print serobj.HostComputer

 

See Also: