IADsPrintQueue Property: Location

Property Name
Description

Property Type
String

Description
Gets and sets the location of the queue as described by an administrator.

Example

Dim PrintQueue As IADsPrintQueue
'Get the interface
Set PrintQueue = GetObject ("NTDS://MSFT/MOON/HP DeskJet 500C")
'Get Location property
Debug.Print PrintQueue.Location
'Set the Location property
PrintQueue.Location = "Dept XXX"
'Commit the changes
PrintQueue.SetInfo

 

See Also