PrintProperty(String) Constructor

Definition

Initializes a new instance of the PrintProperty class.

protected:
 PrintProperty(System::String ^ attributeName);
protected PrintProperty (string attributeName);
new System.Printing.IndexedProperties.PrintProperty : string -> System.Printing.IndexedProperties.PrintProperty
Protected Sub New (attributeName As String)

Parameters

attributeName
String

The name of the property that this object represents.

Remarks

The attributeName should be spelled exactly the same as the name of some particular property of a print system object, including casing. For example, the QueuePort property of a PrintQueue object must be spelled "QueuePort", not "PrintPort", "Port", or "Queueport".

Applies to