Returns the configuration item whose primary key property matched the specified value.
[Visual Basic] Overloads Function FindByKey( _ ByVal Key As String _ ) As IConfigItem [C#] IConfigItem FindByKey( string Key ); [C++] IConfigItem* FindByKey( String* Key ) = 0; [JScript] function FindByKey( Key : String ) : IConfigItem;
Can only be used for ConfigTypes that have a single primary key property.
IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace | IConfigCollection.FindByKey Overload List