ProfileGroupSettingsCollection.Item Property (String)

 

Gets or sets the ProfileGroupSettings object with the specified name.

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

member Item : 
        name:string -> ProfileGroupSettings with get

Parameters

name
Type: System.String

The name of a ProfileGroupSettings object in the collection.

Property Value

Type: System.Web.Configuration.ProfileGroupSettings

The ProfileGroupSettings object with the specified name, or null if there is no object with that name.

.NET Framework
Available since 2.0
Return to top
Show: