ProfilePropertySettingsCollection.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.
Belirtilen ProfilePropertySettings nesneyi alır veya ayarlar.
Aşırı Yüklemeler
Item[Int32] |
Nesneyi belirtilen dizin konumunda alır veya ayarlar ProfilePropertySettings . |
Item[String] |
Belirtilen ada sahip nesneyi alır veya ayarlar ProfilePropertySettings . |
Item[Int32]
Nesneyi belirtilen dizin konumunda alır veya ayarlar 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
Parametreler
- index
- Int32
Koleksiyondaki bir ProfilePropertySettings nesnenin dizini.
Özellik Değeri
ProfilePropertySettings Belirtilen dizin konumundaki nesne.
Ayrıca bkz.
Şunlara uygulanır
Item[String]
Belirtilen ada sahip nesneyi alır veya ayarlar 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
Parametreler
- name
- String
Koleksiyondaki bir ProfilePropertySettings nesnenin adı.
Özellik Değeri
ProfilePropertySettings Belirtilen ada sahip nesne.