PrintJobPriorityProperty Constructors

Definition

Initializes a new instance of the PrintJobPriorityProperty class.

Overloads

PrintJobPriorityProperty(String)

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

PrintJobPriorityProperty(String, Object)

Initializes a new instance of the PrintJobPriorityProperty class that has the specified value for the specified attribute.

PrintJobPriorityProperty(String)

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

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

Parameters

attributeName
String

The name of the PrintJobPriority property that the PrintJobPriorityProperty represents.

Remarks

The attributeName should be spelled exactly the same as the name of some particular PrintJobPriority property of a print system object, including casing. For example, the Priority property of a PrintSystemJobInfo object must be spelled "Priority", not "JobPriority".

Applies to

PrintJobPriorityProperty(String, Object)

Initializes a new instance of the PrintJobPriorityProperty class that has the specified value for the specified attribute.

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

Parameters

attributeName
String

The name of the PrintJobPriority property that the PrintJobPriorityProperty represents.

attributeValue
Object

The value of the property that the PrintJobPriorityProperty represents.

Remarks

The attributeName should be spelled exactly the same as the name of some particular PrintJobPriority property of a print system object, including casing. For example, the Priority property of a PrintSystemJobInfo object must be spelled "Priority", not "JobPriority".

Applies to