IADsPrintQueue Property: Description

Property Name
Description

Property Type
String

Description
Gets and sets a brief description for the print queue. This field can be used to provide concise information about the printer.

Example

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

 

See Also