ProfileGroupSettingsCollection.Item[] Eigenschap

Definitie

Hiermee wordt een ProfileGroupSettings object opgehaald of ingesteld.

Overloads

Name Description
Item[Int32]

Hiermee wordt het ProfileGroupSettings object opgehaald of ingesteld op de opgegeven indexlocatie.

Item[String]

Hiermee wordt het ProfileGroupSettings object opgehaald of ingesteld met de opgegeven naam.

Item[Int32]

Hiermee wordt het ProfileGroupSettings object opgehaald of ingesteld op de opgegeven indexlocatie.

public:
 property System::Web::Configuration::ProfileGroupSettings ^ default[int] { System::Web::Configuration::ProfileGroupSettings ^ get(int index); void set(int index, System::Web::Configuration::ProfileGroupSettings ^ value); };
public System.Web.Configuration.ProfileGroupSettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfileGroupSettings with get, set
Default Public Property Item(index As Integer) As ProfileGroupSettings

Parameters

index
Int32

De index van een ProfileGroupSettings object in de verzameling.

Waarde van eigenschap

Het ProfileGroupSettings object op de opgegeven index of null als er geen object in die index is.

Zie ook

Van toepassing op

Item[String]

Hiermee wordt het ProfileGroupSettings object opgehaald of ingesteld met de opgegeven naam.

public:
 property System::Web::Configuration::ProfileGroupSettings ^ default[System::String ^] { System::Web::Configuration::ProfileGroupSettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfileGroupSettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfileGroupSettings
Default Public ReadOnly Property Item(name As String) As ProfileGroupSettings

Parameters

name
String

De naam van een ProfileGroupSettings object in de verzameling.

Waarde van eigenschap

Het ProfileGroupSettings object met de opgegeven naam of null als er geen object met die naam is.

Zie ook

Van toepassing op