ProfileGroupSettingsCollection.Get Metod

Definition

Returnerar ett ProfileGroupSettings objekt.

Överlagringar

Name Description
Get(Int32)

Returnerar objektet ProfileGroupSettings vid det angivna indexet.

Get(String)

Returnerar objektet ProfileGroupSettings med det angivna namnet.

Get(Int32)

Returnerar objektet ProfileGroupSettings vid det angivna indexet.

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

Parametrar

index
Int32

Indexet för objektet som ProfileGroupSettings ska hämtas.

Returer

Objektet ProfileGroupSettings i det angivna indexet eller null om det inte finns något objekt i indexet.

Se även

Gäller för

Get(String)

Returnerar objektet ProfileGroupSettings med det angivna namnet.

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

Parametrar

name
String

Namnet på det objekt som ProfileGroupSettings ska hämtas.

Returer

Objektet ProfileGroupSettings med det angivna namnet eller null om namnet inte finns.

Se även

Gäller för