ProfilePropertySettingsCollection.Get Metoda

Definice

Vrátí objekt ProfileSection.

Přetížení

Name Description
Get(Int32)

ProfileSection Vrátí objekt v zadaném indexu.

Get(String)

ProfileSection Vrátí objekt se zadaným názvem.

Get(Int32)

ProfileSection Vrátí objekt v zadaném indexu.

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

Parametry

index
Int32

Index získání ProfileSection .

Návraty

Objekt ProfileSection v zadaném indexu nebo null pokud v tomto indexu neexistuje žádný objekt.

Viz také

Platí pro

Get(String)

ProfileSection Vrátí objekt se zadaným názvem.

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

Parametry

name
String

Název, který ProfileSection chcete získat.

Návraty

Objekt ProfileSection se zadaným názvem nebo null pokud název neexistuje.

Viz také

Platí pro