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!

ConfigManager.GetItem (String, Selector)

This overload of the GetItem method accepts a selector in the form of an object.

[Visual Basic]
Overloads Public Shared Function GetItem( _
   ByVal configType As String, _
   ByVal selector As Selector _
) As IConfigItem
[C#]
public static IConfigItem GetItem(
   string configType,
   Selector selector
);
[C++]
public: static IConfigItem* GetItem(
   String* configType,
   Selector* selector
);
[JScript]
public static function GetItem(
   configType : String,
   selector : Selector
) : IConfigItem;

Parameters

configType
A String indicating the type of configuration information to be retrieved.
selector
An object deriving from Selector, that indicates the storage location of the configuration information to be retrieved.

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.GetItem Overload List