Environment.IsBrowser Property (Microsoft.Office.InfoPath)
Gets whether the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a Web browser.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsBrowser As Boolean
'Usage
Dim instance As Environment
Dim value As Boolean
value = instance.IsBrowser
public abstract bool IsBrowser { get; }
Property Value
true if the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a Web browser; otherwise false.
Remarks
This member can be accessed without restrictions.
This type or member can be accessed from code running in forms opened in Microsoft Office InfoPath 2007 or in a Web browser.
Example
See the code sample in the Environment class topic.
See Also
Reference
Environment Class
Environment Members
Microsoft.Office.InfoPath Namespace