ExemptUserAgentCollection.Item property (String)

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

Property value

Type: Microsoft.Office.InfoPath.Server.Administration.ExemptUserAgent
A ExemptUserAgent object.

See also

Reference

ExemptUserAgentCollection class

ExemptUserAgentCollection members

Item overload

Microsoft.Office.InfoPath.Server.Administration namespace