PrintSystemTypeProperty Constructors
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.
Initializes a new instance of the PrintSystemTypeProperty class.
Overloads
PrintSystemTypeProperty(String) |
Initializes a new instance of the PrintSystemTypeProperty class that has the specified property name. |
PrintSystemTypeProperty(String, Object) |
Initializes a new instance of the PrintSystemTypeProperty class that has the specified property name and value. |
PrintSystemTypeProperty(String)
Initializes a new instance of the PrintSystemTypeProperty class that has the specified property name.
public:
PrintSystemTypeProperty(System::String ^ attributeName);
public PrintSystemTypeProperty (string attributeName);
new System.Printing.IndexedProperties.PrintSystemTypeProperty : string -> System.Printing.IndexedProperties.PrintSystemTypeProperty
Public Sub New (attributeName As String)
Parameters
- attributeName
- String
The name of the property that the PrintSystemTypeProperty represents.
Remarks
The attributeName
should be spelled exactly the same as the name of some particular Type property of a print system object, including casing.
Applies to
PrintSystemTypeProperty(String, Object)
Initializes a new instance of the PrintSystemTypeProperty class that has the specified property name and value.
public:
PrintSystemTypeProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintSystemTypeProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintSystemTypeProperty : string * obj -> System.Printing.IndexedProperties.PrintSystemTypeProperty
Public Sub New (attributeName As String, attributeValue As Object)
Parameters
- attributeName
- String
The name of the property that the PrintSystemTypeProperty represents.
- attributeValue
- Object
The value of the property that the PrintSystemTypeProperty represents.
Remarks
The attributeName
should be spelled exactly the same as the name of some particular Type property of a print system object, including casing.