PrintProfilePrinterMappings Property | |
List of Printers
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public List<PrinterMapping> PrinterMappings { get; set; }
public:
property List<PrinterMapping^>^ PrinterMappings {
List<PrinterMapping^>^ get ();
void set (List<PrinterMapping^>^ value);
}
function get_PrinterMappings();
function set_PrinterMappings(value);
Property Value
Type:
ListPrinterMappingSee Also