PrintQueueStringProperty.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that identifies which of the three possible properties of a print queue is being represented.
public:
property System::Printing::PrintQueueStringPropertyType Type { System::Printing::PrintQueueStringPropertyType get(); void set(System::Printing::PrintQueueStringPropertyType value); };
public System.Printing.PrintQueueStringPropertyType Type { get; set; }
member this.Type : System.Printing.PrintQueueStringPropertyType with get, set
Public Property Type As PrintQueueStringPropertyType
Property Value
A PrintQueueStringPropertyType that specifies the kind of print queue property that is being represented.
Remarks
The InstallPrintQueue method of a PrintServer uses this information to ensure that the Name value is assigned to the correct property of the PrintQueue being installed.