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

Gets a value indicating whether the data source is live.

[Visual Basic]
Public ReadOnly Property IsLive As Boolean
[C#]
public bool IsLive {get;}
[C++]
public: __property bool get_IsLive();
[JScript]
public function get IsLive() : Boolean;

Property Value

true, if the data source is live; otherwise, false.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace