Form Class

Provides utility functions for a Microsoft Office InfoPath workflow form.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Workflow.Utility.Form

Namespace:  Microsoft.Office.Workflow.Utility
Assembly:  Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class Form
'Usage
Dim instance As Form
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Form

Remarks

For an example of how to use the members in the Form class, see the example in ContactExpandGroups() method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Form Members

Microsoft.Office.Workflow.Utility Namespace