ProfilePropertySettingsCollection.Item Property (Int32)

 

Gets or sets the ProfilePropertySettings object at the specified index location.

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

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

Parameters

index
Type: System.Int32

The index of a ProfilePropertySettings object in the collection.

Property Value

Type: System.Web.Configuration.ProfilePropertySettings

The ProfilePropertySettings object at the specified index location.

.NET Framework
Available since 2.0
Return to top
Show: