 | IElectronicProcessingGetProductLinesByDealerResponseTypeProductLines Property |
A list of forms that are potentially available for the specified vehicle and dealer.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] ProductLines { get; set; }
Public Property ProductLines As String()
Get
Set
function get ProductLines () : String[]
function set ProductLines (value : String[])
function get_ProductLines();
function set_ProductLines(value);
Property Value
Type:
String
See Also