Click or drag to resize

PrinterConfigurationConfigPrinterMappings Property

List of printer mappings assigned to a Printer configuration.

Namespace:  PSI.Sox.Configuration
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[DataMemberAttribute(EmitDefaultValue = false)]
[XmlArrayItemAttribute("PrinterMappings")]
public List<PrinterMappingConfiguration> PrinterMappings { get; set; }

Property Value

Type: ListPrinterMappingConfiguration
See Also