ProfileGroupSettingsCollection.Get Methode

Definitie

Retourneert een ProfileGroupSettings-object.

Overloads

Name Description
Get(Int32)

Retourneert het ProfileGroupSettings object op de opgegeven index.

Get(String)

Retourneert het ProfileGroupSettings object met de opgegeven naam.

Get(Int32)

Retourneert het ProfileGroupSettings object op de opgegeven index.

public:
 System::Web::Configuration::ProfileGroupSettings ^ Get(int index);
public System.Web.Configuration.ProfileGroupSettings Get(int index);
member this.Get : int -> System.Web.Configuration.ProfileGroupSettings
Public Function Get (index As Integer) As ProfileGroupSettings

Parameters

index
Int32

De index van het ProfileGroupSettings object dat moet worden opgehaald.

Retouren

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

Zie ook

Van toepassing op

Get(String)

Retourneert het ProfileGroupSettings object met de opgegeven naam.

public:
 System::Web::Configuration::ProfileGroupSettings ^ Get(System::String ^ name);
public System.Web.Configuration.ProfileGroupSettings Get(string name);
member this.Get : string -> System.Web.Configuration.ProfileGroupSettings
Public Function Get (name As String) As ProfileGroupSettings

Parameters

name
String

De naam van het ProfileGroupSettings object dat moet worden opgehaald.

Retouren

Het ProfileGroupSettings object met de opgegeven naam of null als de naam niet bestaat.

Zie ook

Van toepassing op