Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the string used to form a partial match with the HTTP request coming from the user agent.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property PartialMatch As String
Get
Set
'Usage
Dim instance As ExemptUserAgent
Dim value As String
value = instance.PartialMatch
instance.PartialMatch = value
public string PartialMatch { get; set; }
Property Value
Type: System.String
Remarks
The PartialMatch property gets or sets the string that InfoPath Forms Services uses to compare with the user agent property of the Web (HTTP) request. If there is a partial match with an ExemptUserAgent object in the ExemptUserAgentCollection collection, the server sends the InfoPath file (*.xml) instead of a Web page.