Property Name
Path
Property Type
String
Description
Gets and sets name of the account that this service uses to
authenticate itself on startup.
Example
Dim serobj As IADsService
'Get the object of the service
Set serobj = GetObject("NTDS://MSFT/MOON/Messenger")
'Get the service binary path property of the service
Debug.Print serobj.Path
'set the service binary path
serobj.Path ="C:\ProgramFiles\Bindview\bv-admin\bin\QdService.exe"
serobj.SetInfo
See Also