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!

DataBinder.GetPropertyValue (Object, String)

[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;

Parameters

container
[To be supplied.]
propName
[To be supplied.]

See Also

DataBinder Class | DataBinder Members | System.Web.UI Namespace | DataBinder.GetPropertyValue Overload List