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

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Shared Function GetPropertyValue(Object, String, String) As String
[C#] public static string GetPropertyValue(Object, String, String);
[C++] public: static String* GetPropertyValue(Object*, String, String);
[JScript] public static function GetPropertyValue(Object, String, String) : String;

[To be supplied.]

[Visual Basic] Overloads Public Shared Function GetPropertyValue(Object, String) As Object
[C#] public static object GetPropertyValue(Object, String);
[C++] public: static Object* GetPropertyValue(Object*, String);
[JScript] public static function GetPropertyValue(Object, String) : Object;

See Also

DataBinder Class | DataBinder Members | System.Web.UI Namespace