Share via


ServiceNameElementCollection.Item[] 속성

정의

Item[] 속성은 ServiceNameElement 인스턴스를 가져오거나 설정합니다.

오버로드

Item[Int32]

Item[String] 속성은 지정한 인덱스 위치에 있는 ServiceNameElement 인스턴스를 가져오거나 설정합니다.

Item[String]

Item[String] 속성은 ServiceNameElement 인스턴스를 표현하는 문자열에 따라 ServiceNameElement 인스턴스를 가져오거나 설정합니다.

Item[Int32]

Item[String] 속성은 지정한 인덱스 위치에 있는 ServiceNameElement 인스턴스를 가져오거나 설정합니다.

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

매개 변수

index
Int32

ServiceNameElement에 있는 ServiceNameElementCollection 인스턴스의 인덱스입니다.

속성 값

ServiceNameElement

요청된 ServiceNameElement 인스턴스입니다. 요청된 인스턴스가 없으면 null이 반환됩니다.

적용 대상

Item[String]

Item[String] 속성은 ServiceNameElement 인스턴스를 표현하는 문자열에 따라 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

매개 변수

name
String

String에 있는 ServiceNameElement 인스턴스를 나타내는 ServiceNameElementCollection입니다.

속성 값

ServiceNameElement

요청된 ServiceNameElement 인스턴스입니다. 요청된 인스턴스가 없으면 null이 반환됩니다.

적용 대상