편집

다음을 통해 공유


Environment.IsBrowser Property

Definition

Gets whether the form template was opened from InfoPath Forms Services in a Web browser.

public:
 abstract property bool IsBrowser { bool get(); };
public abstract bool IsBrowser { get; }
member this.IsBrowser : bool
Public MustOverride ReadOnly Property IsBrowser As Boolean

Property Value

true if the form template was opened from InfoPath Forms Services in a Web browser; otherwise false.

Examples

See the code sample in the Environment class topic.

Remarks

This member can be accessed without restrictions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to