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 an ExemptUserAgent object from the collection.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item ( _
name As String _
) As ExemptUserAgent
Get
'Usage
Dim instance As ExemptUserAgentCollection
Dim name As String
Dim value As ExemptUserAgent
value = instance(name)
public override ExemptUserAgent this[
string name
] { get; }
Parameters
- name
Type: System.String
The DisplayName of the user agent.
Property Value
Type: Microsoft.Office.InfoPath.Server.Administration.ExemptUserAgent
A ExemptUserAgent object.
See Also
Reference
ExemptUserAgentCollection Class