Поделиться через


ProfilePropertySettingsCollection.Item[] Свойство

Определение

Получает или задает указанный объект ProfilePropertySettings.

Перегрузки

Item[Int32]

Получает или задает объект ProfilePropertySettings по указанному индексу.

Item[String]

Получает или задает объект ProfilePropertySettings с заданным именем.

Item[Int32]

Получает или задает объект ProfilePropertySettings по указанному индексу.

public:
 property System::Web::Configuration::ProfilePropertySettings ^ default[int] { System::Web::Configuration::ProfilePropertySettings ^ get(int index); void set(int index, System::Web::Configuration::ProfilePropertySettings ^ value); };
public System.Web.Configuration.ProfilePropertySettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfilePropertySettings with get, set
Default Public Property Item(index As Integer) As ProfilePropertySettings

Параметры

index
Int32

Индекс объекта ProfilePropertySettings в коллекции.

Значение свойства

Объект класса ProfilePropertySettings, расположенный в позиции с заданным индексом.

См. также раздел

Применяется к

Item[String]

Получает или задает объект ProfilePropertySettings с заданным именем.

public:
 property System::Web::Configuration::ProfilePropertySettings ^ default[System::String ^] { System::Web::Configuration::ProfilePropertySettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfilePropertySettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfilePropertySettings
Default Public ReadOnly Property Item(name As String) As ProfilePropertySettings

Параметры

name
String

Имя объекта ProfilePropertySettings в коллекции.

Значение свойства

Объект ProfilePropertySettings с указанным именем.

См. также раздел

Применяется к