Property Name
PrinterPath
Property Type
String
Description
Gets the string that references the path by which a shared printer
may be accessed. For instance, "\\Moon\HP DeskJet 500C".
This property is read-only.
Example
Dim PrintQueue As IADsPrintQueue
Get the interface
Set PrintQueue = GetObject ("NTDS://MSFT/MOON/HP DeskJet 500C")
'Get PrinterPath property
Debug.Print PrintQueue.PrinterPath
See Also
Creating Custom Separator Page Files