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.GetSelectorFromString

Parses a selector string and creates the appropriate selector object for the string.

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

Parameters

selector
A String representation of a Selector.

Remarks

The GetSelectorFromString method uses the prefix in the selector string to determine the selector class to be returned.

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace