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: 2.2.8.5956 (2.2.8.5956)

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