HardwareConfigurationPrinterMappings Property | |
Gets or sets the printer mappings
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<PrinterMapping> PrinterMappings { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property List<PrinterMapping^>^ PrinterMappings {
List<PrinterMapping^>^ get ();
void set (List<PrinterMapping^>^ value);
}
function get_PrinterMappings();
function set_PrinterMappings(value);
Property Value
Type:
ListPrinterMappingSee Also