PropertyInformationCollection.Item[String] Eigenschap

Definitie

Hiermee haalt u het PropertyInformation object in de verzameling op op basis van de opgegeven eigenschapsnaam.

public:
 property System::Configuration::PropertyInformation ^ default[System::String ^] { System::Configuration::PropertyInformation ^ get(System::String ^ propertyName); };
public System.Configuration.PropertyInformation this[string propertyName] { get; }
member this.Item(string) : System.Configuration.PropertyInformation
Default Public ReadOnly Property Item(propertyName As String) As PropertyInformation

Parameters

propertyName
String

De naam van het configuratiekenmerk in het PropertyInformationCollection object.

Waarde van eigenschap

Een PropertyInformation-object.

Van toepassing op