ServiceNameElementCollection.Item[] 속성

정의

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

오버로드

Name Description
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 System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get; set; }
member this.Item(int) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
Default Public Property Item(index As Integer) As ServiceNameElement

매개 변수

index
Int32

ServiceNameElement인스턴스의 ServiceNameElementCollection 인덱스입니다.

속성 값

요청된 인스턴스입니다 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 System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get; set; }
member this.Item(string) : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement with get, set
Default Public Property Item(name As String) As ServiceNameElement

매개 변수

name
String

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

속성 값

요청된 인스턴스입니다 ServiceNameElement . 요청된 인스턴스를 찾을 null 수 없으면 반환됩니다.

적용 대상