ClientTargetCollection.Item Property (Int32)

 
Use BaseTrue

Gets the ClientTarget object at the specified index.

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

public ClientTarget this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32

The collection index of the object.

Property Value

Type: System.Web.Configuration.ClientTarget

The ClientTarget object at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: