PrintThreadPriorityProperty Constructors

Definition

Initializes a new instance of the PrintThreadPriorityProperty class.

Overloads

PrintThreadPriorityProperty(String)

Initializes a new instance of the PrintThreadPriorityProperty class for the specified property.

PrintThreadPriorityProperty(String, Object)

Initializes a new instance of the PrintThreadPriorityProperty class that has the specified value for the specified property.

PrintThreadPriorityProperty(String)

Initializes a new instance of the PrintThreadPriorityProperty class for the specified property.

public:
 PrintThreadPriorityProperty(System::String ^ attributeName);
public PrintThreadPriorityProperty (string attributeName);
new System.Printing.IndexedProperties.PrintThreadPriorityProperty : string -> System.Printing.IndexedProperties.PrintThreadPriorityProperty
Public Sub New (attributeName As String)

Parameters

attributeName
String

The name of the ThreadPriority property that the PrintThreadPriorityProperty represents.

Remarks

The attributeName should be spelled exactly the same as the name of some particular ThreadPriority property of a print system object, including casing. For example, the PortThreadPriority property of a PrintServer object must be spelled "PortThreadPriority", not "ThreadPriority" or "Portthreadpriority".

Applies to

PrintThreadPriorityProperty(String, Object)

Initializes a new instance of the PrintThreadPriorityProperty class that has the specified value for the specified property.

public:
 PrintThreadPriorityProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintThreadPriorityProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintThreadPriorityProperty : string * obj -> System.Printing.IndexedProperties.PrintThreadPriorityProperty
Public Sub New (attributeName As String, attributeValue As Object)

Parameters

attributeName
String

The name of the ThreadPriority property that the PrintThreadPriorityProperty represents.

attributeValue
Object

The value of the property that the PrintThreadPriorityProperty represents.

Remarks

The attributeName should be spelled exactly the same as the name of some particular ThreadPriority property of a print system object, including casing. For example, the PortThreadPriority property of a PrintServer object must be spelled "PortThreadPriority", not "ThreadPriority" or "Portthreadpriority".

Applies to