ServiceNameElementCollection.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.
Item[]Özelliği örneği alır veya ayarlar ServiceNameElement .
Aşırı Yüklemeler
| Item[Int32] |
Item[String]Özelliği ServiceNameElement belirtilen dizin konumundaki örneği alır veya ayarlar. |
| Item[String] |
Item[String]Özelliği örneği ServiceNameElement temsil eden bir dizeye göre örneği alır veya ayarlar ServiceNameElement . |
Item[Int32]
Item[String]Özelliği ServiceNameElement belirtilen dizin konumundaki örneği alır veya ayarlar.
public:
property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[int] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(int index); void set(int index, System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ value); };
public:
property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[int] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(int index); };
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get; set; }
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get; }
member this.Item(int) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
member this.Item(int) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement
Default Public Property Item(index As Integer) As ServiceNameElement
Default Public ReadOnly Property Item(index As Integer) As ServiceNameElement
Parametreler
- index
- Int32
ServiceNameElementBunun içindeki örneğin dizini ServiceNameElementCollection .
Özellik Değeri
ServiceNameElementİstenen örnek. İstenen örnek bulunamazsa, null döndürülür.
Şunlara uygulanır
Item[String]
Item[String]Özelliği örneği ServiceNameElement temsil eden bir dizeye göre örneği alır veya ayarlar ServiceNameElement .
public:
property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[System::String ^] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(System::String ^ name); void set(System::String ^ name, System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ value); };
public:
property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ default[System::String ^] { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ get(System::String ^ name); };
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get; set; }
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get; }
member this.Item(string) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
member this.Item(string) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement
Default Public Property Item(name As String) As ServiceNameElement
Default Public ReadOnly Property Item(name As String) As ServiceNameElement
Parametreler
- name
- String
StringBu, örneği temsil eden bir ServiceNameElement ServiceNameElementCollection .
Özellik Değeri
ServiceNameElementİstenen örnek. İstenen örnek bulunamazsa, null döndürülür.