This list will have a one-for-one correspondence with the list of ConnectionConfigs or the list of URI's that were used to create this ILiveViewMultiConnection.

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++ 
List<ILiveViewConnectionControl> ConnectionControls { get; }
ReadOnly Property ConnectionControls As List(Of ILiveViewConnectionControl)
	Get
property List<ILiveViewConnectionControl^>^ ConnectionControls {
	List<ILiveViewConnectionControl^>^ get ();
}

See Also