ProfilePropertySettingsCollection.Item Property (String)

 

Gets or sets the ProfilePropertySettings object with the specified name.

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

Public ReadOnly Property Item (
	name As String
) As ProfilePropertySettings

Parameters

name
Type: System.String

The name of a ProfilePropertySettings object in the collection.

Property Value

Type: System.Web.Configuration.ProfilePropertySettings

The ProfilePropertySettings object with the specified name.

.NET Framework
Available since 2.0
Return to top
Show: