Environment.IsMobile Property (Microsoft.Office.InfoPath)

Gets whether the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a browser on a mobile device.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsMobile As Boolean
'Usage
Dim instance As Environment
Dim value As Boolean

value = instance.IsMobile
public abstract bool IsMobile { get; }

Property Value

true if the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a browser on a mobile device; 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