次の方法で共有


TokenProviderElementCollection クラス

定義

トークン プロバイダーの要素のコレクションを表します。

[System.Configuration.ConfigurationCollection(typeof(Microsoft.ServiceBus.Configuration.TokenProviderElement), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class TokenProviderElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(Microsoft.ServiceBus.Configuration.TokenProviderElement), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)>]
type TokenProviderElementCollection = class
    inherit ConfigurationElementCollection
Public NotInheritable Class TokenProviderElementCollection
Inherits ConfigurationElementCollection
継承
TokenProviderElementCollection
属性

コンストラクター

TokenProviderElementCollection()

トークン プロバイダーの要素のコレクションを表します。

プロパティ

Item[String]

コレクションのアイテムを取得します。

適用対象