Language

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 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 インスタンスを表すServiceNameElementCollection。

プロパティ値

要求された ServiceNameElement インスタンス。 要求されたインスタンスが見つからない場合は、 null が返されます。

適用対象