Aracılığıyla paylaş


ProfileGroupSettingsCollection.Get Yöntem

Tanım

Döndürür bir ProfileGroupSettings nesne.

Aşırı Yüklemeler

Get(Int32)

ProfileGroupSettings Belirtilen dizindeki nesneyi döndürür.

Get(String)

ProfileGroupSettings Belirtilen ada sahip nesneyi döndürür.

Get(Int32)

ProfileGroupSettings Belirtilen dizindeki nesneyi döndürür.

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

Parametreler

index
Int32

Alınacak nesnenin ProfileGroupSettings dizini.

Döndürülenler

ProfileGroupSettings Belirtilen dizindeki nesne veya null bu dizinde nesne yoksa.

Ayrıca bkz.

Şunlara uygulanır

Get(String)

ProfileGroupSettings Belirtilen ada sahip nesneyi döndürür.

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

Parametreler

name
String

Alınacak nesnenin ProfileGroupSettings adı.

Döndürülenler

ProfileGroupSettings Belirtilen ada sahip nesne veya null ad yoksa.

Ayrıca bkz.

Şunlara uygulanır