Whether this connection is the current one (true) or one of the secondaries (false).

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsCurrent { get; private set; }
Public Property IsCurrent As Boolean
	Get
	Private Set
public:
property bool IsCurrent {
	bool get ();
	private: void set (bool value);
}

See Also