NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigCollection.FindByKey (Object[])

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;

Parameters

Key
An array of values indicating the primary key values. All primary key values must be specified and must be in order of increasing property index of the primary key properties.

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace | IConfigCollection.FindByKey Overload List