ClientTargetCollection.Item Property (String)

 
Use BaseTrue

Gets the ClientTarget object with the specified name.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public ClientTarget this[
	string name
] { get; }

Parameters

name
Type: System.String

The user agent's name.

Property Value

Type: System.Web.Configuration.ClientTarget

The ClientTarget object with the specified name.

.NET Framework
Available since 2.0
Return to top
Show: