Returns the configuration item whose primary key properties match the specified values.
[Visual Basic] Overloads Function FindByKey( _ ByVal Key() As Object _ ) As IConfigItem [C#] IConfigItem FindByKey( object[] Key ); [C++] IConfigItem* FindByKey( Object* Key[] ) = 0; [JScript] function FindByKey( Key : Object[] ) : IConfigItem;
IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace | IConfigCollection.FindByKey Overload List