 | IElectronicProcessingGetAvailableFormsResponseTypeForms 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 IElectronicProcessingFormInfoType[] Forms { get; set; }
Public Property Forms As IElectronicProcessingFormInfoType()
Get
Set
function get Forms () : IElectronicProcessingFormInfoType[]
function set Forms (value : IElectronicProcessingFormInfoType[])
function get_Forms();
function set_Forms(value);
Property Value
Type:
IElectronicProcessingFormInfoType
See Also