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 (Object, String)

[To be supplied.]

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

Parameters

container
[To be supplied.]
expr
[To be supplied.]

See Also

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