Share via


ProfilePropertySettingsCollection.Get Méthode

Définition

Retourne un objet ProfileSection.

Surcharges

Get(Int32)

Retourne l'objet ProfileSection à l'index spécifié.

Get(String)

Retourne l'objet ProfileSection avec le nom spécifié.

Get(Int32)

Retourne l'objet ProfileSection à l'index spécifié.

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

Paramètres

index
Int32

Index du ProfileSection à obtenir.

Retours

Objet ProfileSection au niveau d'index spécifié ou null s'il n'existe aucun objet à ce niveau.

Voir aussi

S’applique à

Get(String)

Retourne l'objet ProfileSection avec le nom spécifié.

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

Paramètres

name
String

Nom de l'objet ProfileSection à obtenir.

Retours

Objet ProfileSection portant le nom spécifié ou null si le nom n'existe pas.

Voir aussi

S’applique à