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!

IDataList.GetElement

[To be supplied.]

[Visual Basic]
Function GetElement( _
   ByVal index As Integer _
) As Object
[C#]
object GetElement(
   int index
);
[C++]
Object* GetElement(
   int index
) = 0;
[JScript]
function GetElement(
   index : int
) : Object;

Parameters

index
[To be supplied.]

See Also

IDataList Interface | IDataList Members | System.Data Namespace