Whether this connection is the current one (true) or one of the secondaries (false).
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.4.2 (10.6.4.2)
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); }