PrintQueueStringProperty.Type Property

Definition

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.

Applies to