PrintPropertyDictionary::GetProperty Method (String^)
.NET Framework (current version)
Gets the object (of a class that is derived from PrintProperty) that represents the specified property.
Assembly: System.Printing (in System.Printing.dll)
Parameters
- attribName
-
Type:
System::String^
The name of the property that is represented by the PrintProperty.
Return Value
Type: System.Printing.IndexedProperties::PrintProperty^An object of a class that is derived from the PrintProperty.
The attribName must 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".
.NET Framework
Available since 3.0
Available since 3.0
Show: