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 (String)

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;

Parameters

Key
[To be supplied.]

Remarks

Can only be used for ConfigTypes that have a single primary key property.

See Also

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