[To be supplied.]
[Visual Basic] Overloads Public Shared Function GetPropertyValue( _ ByVal container As Object, _ ByVal propName As String _ ) As Object [C#] public static object GetPropertyValue( object container, string propName ); [C++] public: static Object* GetPropertyValue( Object* container, String* propName ); [JScript] public static function GetPropertyValue( container : Object, propName : String ) : Object;
DataBinder Class | DataBinder Members | System.Web.UI Namespace | DataBinder.GetPropertyValue Overload List