Click or drag to resize
GetRegData Properties

The GetRegData type exposes the following members.

Properties
  NameDescription
Public propertyAutomationClientErrorCode
Gets or sets the Automation Client error code.
(Inherited from AutomationClientWebFormCall.)
Public propertyCompanyName
Gets the customer's company name.
Public propertyContactName
Gets the customer's name.
Public propertyContentEncoding
Gets or sets the encoding used for the request and response (UTF-8 is the default).
(Inherited from WebFormCall.)
Public propertyContentType
Gets or sets the content type ("application/x-www-form-urlencoded" is the default).
(Inherited from WebFormCall.)
Public propertyEmail
Gets the customer's email address.
Public propertyLastException
Gets or sets the last Exception that occurred when calling the web form.
(Inherited from WebFormCall.)
Public propertyLicenseID
Gets or sets the License ID (required).
Public propertyPassword
Gets or sets password (required).
Public propertyPhone
Gets the customer's phone number.
Public propertyProxy
Gets or sets the proxy server settings. Leave as null/Nothing to use the system's default proxy settings.
(Inherited from WebFormCall.)
Public propertyProxyAuthenticationRequired
Gets or sets whether the proxy server requires authentication.
(Inherited from WebFormCall.)
Public propertyRequireSsl
Gets or sets whether or not SSL is required.
(Inherited from WebFormCall.)
Public propertyResponse
Gets or sets the response returned from the server.
(Inherited from WebFormCall.)
Public propertyStatusCode
Gets or sets the status code of the response returned from the server.
(Inherited from WebFormCall.)
Public propertyTimeout
Gets or sets the timeout (in milliseconds). The default is 30000 milliseconds (or 30 seconds).
(Inherited from WebFormCall.)
Public propertyUserDefinedString1
Gets the User Defined String 1 value, which often contains the customer's street address (or line 1 of the customer's address).
Public propertyUserDefinedString2
Gets the User Defined String 2 value, which often contains the customer's second address line (i.e. apartment or suite number).
Public propertyUserDefinedString3
Gets the User Defined String 3 value, which often contains the customer's third address line (usually including City, State/Province, and Zip/Postal Code).
Public propertyUserDefinedString4
Gets the User Defined String 4 value, which often contains the country of the customer's address.
Public propertyUserDefinedString5
Gets the User Defined String 5 value, which often contains the customer's fax number.
Top
See Also