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!

ListManager.Current

Gets the current item in the list.

[Visual Basic]
Public ReadOnly Property Current As Object
[C#]
public object Current {get;}
[C++]
public: __property Object* get_Current();
[JScript]
public function get Current() : Object;

Property Value

A list item, typed as Object.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace