XmlForm Properties (Microsoft.Office.InfoPath)
| Name | Description | |
|---|---|---|
| CurrentView |
Gets a View object that represents the current view of the form.
|
| DataConnections |
Gets a DataConnectionCollection object associated with the form.
|
| DataSources |
Gets the DataSourceCollection object associated with the form.
|
| Dirty |
Gets a value that indicates whether the data in a form has been modified since it was last saved.
|
| Errors |
Gets a reference to the FormErrorCollection that is associated with a form.
|
| Extension |
Gets an Object for accessing the functions and global variables contained in a form's primary form code file using System.Reflection.
|
| FormState |
Gets a reference to a property bag of type System.Collections.IDictionary that browser-enabled forms can use to maintain state information across sessions on the server.
|
| Host |
Gets a System.Object that code running in a hosted instance of InfoPath can use to access the object model of the host application.
|
| Hosted |
Gets whether InfoPath is hosted as a control in another application.
|
| HostName |
Gets the name of the application hosting InfoPath as a control.
|
| MainDataSource |
Gets a DataSource object that represents the main data source of the form.
|
| NamespaceManager |
Gets a reference to a XmlNamespaceManager object that can be used to resolve, add, or remove namespaces used in the form.
|
| New |
Gets a value that specifies whether a form is new.
|
| Permission |
Gets a reference to a Permission object associated with the form.
|
| QueryDataConnection |
Gets a reference to the DataConnection object that represents the data connection that is associated with the form.
|
| ReadOnly |
Gets a value that indicates whether a form template is read-only or locked.
|
| Recovered |
Gets a value that indicates whether a form was last saved by an AutoRecover save operation.
|
| Signed |
Gets a value that indicates whether a form has been digitally signed using digital signatures.
|
| SignedDataBlocks |
Gets a reference to the SignedDataBlockCollection collection that is associated with a form.
|
| TaskPanes |
Gets a reference to the TaskPaneCollection that is associated with a form template.
|
| Template |
Gets a reference to the FormTemplate object that represents the manifest (.xsf) of the form template associated with the form.
|
| Uri |
Gets the Uniform Resource Identifier (URI) of a form.
|
| UserRole |
Gets or sets the current user of the form's role name.
|
| ViewInfos |
Gets a reference to the ViewInfoCollection object associated with the form template.
|
| XmlLang |
Gets the value of the xml:lang attribute in the underlying XML document of the form.
|