次の方法で共有


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 が返されます。

適用対象