This overload of the GetProperty method accepts a selector in the form of an object.
[Visual Basic] Overloads Public Shared Function GetProperty( _ ByVal configType As String, _ ByVal selector As Selector, _ ByVal PropertyName As String _ ) As Object [C#] public static object GetProperty( string configType, Selector selector, string PropertyName ); [C++] public: static Object* GetProperty( String* configType, Selector* selector, String* PropertyName ); [JScript] public static function GetProperty( configType : String, selector : Selector, PropertyName : String ) : Object;
ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.GetProperty Overload List