ProfilePropertySettingsCollection.Get Methode

Definitie

Retourneert een ProfileSection-object.

Overloads

Name Description
Get(Int32)

Retourneert het ProfileSection object op de opgegeven index.

Get(String)

Retourneert het ProfileSection object met de opgegeven naam.

Get(Int32)

Retourneert het ProfileSection object op de opgegeven index.

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

Parameters

index
Int32

De index van de ProfileSection te verkrijgen index.

Retouren

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

Zie ook

Van toepassing op

Get(String)

Retourneert het ProfileSection object met de opgegeven naam.

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

Parameters

name
String

De naam van de ProfileSection te verkrijgen.

Retouren

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

Zie ook

Van toepassing op