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

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