ProfileGroupSettingsCollection.Item[] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir ProfileGroupSettings nesneyi alır veya ayarlar.
Aşırı Yüklemeler
Item[Int32] |
Nesneyi belirtilen dizin konumunda alır veya ayarlar ProfileGroupSettings . |
Item[String] |
Belirtilen ada sahip nesneyi alır veya ayarlar ProfileGroupSettings . |
Item[Int32]
Nesneyi belirtilen dizin konumunda alır veya ayarlar ProfileGroupSettings .
public:
property System::Web::Configuration::ProfileGroupSettings ^ default[int] { System::Web::Configuration::ProfileGroupSettings ^ get(int index); void set(int index, System::Web::Configuration::ProfileGroupSettings ^ value); };
public System.Web.Configuration.ProfileGroupSettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfileGroupSettings with get, set
Default Public Property Item(index As Integer) As ProfileGroupSettings
Parametreler
- index
- Int32
Koleksiyondaki bir ProfileGroupSettings nesnenin dizini.
Özellik Değeri
ProfileGroupSettings Belirtilen dizindeki nesne veya null
bu dizinde nesne yoksa.
Ayrıca bkz.
Şunlara uygulanır
Item[String]
Belirtilen ada sahip nesneyi alır veya ayarlar ProfileGroupSettings .
public:
property System::Web::Configuration::ProfileGroupSettings ^ default[System::String ^] { System::Web::Configuration::ProfileGroupSettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfileGroupSettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfileGroupSettings
Default Public ReadOnly Property Item(name As String) As ProfileGroupSettings
Parametreler
- name
- String
Koleksiyondaki bir ProfileGroupSettings nesnenin adı.
Özellik Değeri
Belirtilen ProfileGroupSettings ada sahip nesne veya null
bu ada sahip bir nesne yoksa.