ServiceNameElementCollection.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 인스턴스입니다. 요청된 인스턴스가 없으면 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 인스턴스입니다. 요청된 인스턴스가 없으면 null
이 반환됩니다.