你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TokenProviderElementCollection.Item[String] 属性

定义

获取集合中的某一项。

public Microsoft.ServiceBus.Configuration.TokenProviderElement this[string name] { get; }
member this.Item(string) : Microsoft.ServiceBus.Configuration.TokenProviderElement
Default Public ReadOnly Property Item(name As String) As TokenProviderElement

参数

name
String

项的名称。

属性值

集合中的一项。

适用于