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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

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