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
- 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