HWSAdapterObject members

Include protected members
Include inherited members

Represents a connection to submit form information to a Microsoft Biztalk 2004 HWS (Human Workflow Services) server.

The HWSAdapterObject type exposes the following members.

Properties

  Name Description
Public property Name Returns the name of an HWSAdapterObject object. (Inherited from HWSAdapter.)
Public property QueryAllowed Returns a value that is always false, corresponding to the queryAllowed attribute in the form definition file (.xsf). (Inherited from HWSAdapter.)
Public property SubmitAllowed Returns a value that is always true, corresponding to the submitAllowed attribute in the form definition file (.xsf). (Inherited from HWSAdapter.)

Top

Methods

  Name Description
Public method Query The Query method is available for the HWSAdapterObject but, because the HWSAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object. (Inherited from HWSAdapter.)
Public method Submit Executes the submit operation for the associated adapter. (Inherited from HWSAdapter.)

Top

See also

Reference

HWSAdapterObject interface

Microsoft.Office.Interop.InfoPath namespace