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!

BaseConfigCollection.FindByKey (String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function FindByKey( _
   ByVal Key As String _
) As IConfigItem
[C#]
public virtual IConfigItem FindByKey(
   string Key
);
[C++]
public: virtual IConfigItem* FindByKey(
   String* Key
);
[JScript]
public function FindByKey(
   Key : String
) : IConfigItem;

Parameters

Key
[To be supplied.]

See Also

BaseConfigCollection Class | BaseConfigCollection Members | System.Configuration Namespace | BaseConfigCollection.FindByKey Overload List