DataElements Property
Collection of extra data elements for the outgoing request.
Syntax
public GISBElementList DataElements { get; }
Public Property DataElements As GISBElementList
Remarks
When you Post to the server the data elements in DataElements will be added to the standard data elements and included with the request.
The following data elements are configured using the appropriate properties, will be added automatically by the component, and should not be included in DataElements:
from, to, receipt-disposition-to, receipt-report-type, input-format, input-data, receipt-security-selection.
This property is not available at design time.