Share via


TokenProviderElementCollection.Item[String] Property

Definition

Gets an item in the collection.

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

Parameters

name
String

The name of the item.

Property Value

An item in the collection.

Applies to