PrintProperty(String) Constructor
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.