ProfileGroupSettingsCollection.Item[] Property

Definition

Gets or sets a ProfileGroupSettings object.

Overloads

Item[Int32]

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

Item[String]

Gets or sets the ProfileGroupSettings object with the specified name.

Item[Int32]

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

public System.Web.Configuration.ProfileGroupSettings this[int index] { get; set; }

Parameters

index
Int32

The index of a ProfileGroupSettings object in the collection.

Property Value

The ProfileGroupSettings object at the specified index, or null if there is no object at that index.

See also

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Item[String]

Gets or sets the ProfileGroupSettings object with the specified name.

public System.Web.Configuration.ProfileGroupSettings this[string name] { get; }

Parameters

name
String

The name of a ProfileGroupSettings object in the collection.

Property Value

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

See also

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1