FormsService.ExemptUserAgents Property

Gets a collection of ExemptUserAgent objects

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public ReadOnly Property ExemptUserAgents As ExemptUserAgentCollection
    Get
'Usage
Dim instance As FormsService
Dim value As ExemptUserAgentCollection

value = instance.ExemptUserAgents
public ExemptUserAgentCollection ExemptUserAgents { get; }

Property Value

Type: Microsoft.Office.InfoPath.Server.Administration.ExemptUserAgentCollection
A ExemptUserAgentCollection collection.

Remarks

User agents can be added to or removed from the ExemptUserAgentCollection collection using methods of the collection. Exempt user agents receive a content stream of InfoPath files from the server instead of an HTML representation of the InfoPath form.

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace