ConfigurationSection.Parameters Property

Definition

The key/value pair of a configuration property.

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ConfigurationProperty> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ConfigurationProperty>
Public ReadOnly Property Parameters As KeyedCollection(Of String, ConfigurationProperty)

Property Value

Returns KeyedCollection<TKey,TItem>.

Applies to