 | IElectronicProcessingFormFieldsListingType Class |
A listing of form fields for a single form.
Inheritance HierarchySystemObject
IASIElectronicProcessingFormFieldsListingType
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class FormFieldsListingType
Public Class FormFieldsListingType
public class FormFieldsListingType
IAS.FormFieldsListingType = function();
Type.createClass(
'IAS.FormFieldsListingType');
The IElectronicProcessingFormFieldsListingType type exposes the following members.
Fields
| Name | Description |
---|
 | FormFields | One or more fields which are listed on the form, which may or may not be required. |
 | FormName | The name of the iAAWG form. |
Top
See Also