DataSource.NET
Peers Property
NamespacesCaplin.DataSourceIDataSourcePeers
Gets a list of all the configured DataSource peers.
Declaration Syntax
C#Visual BasicVisual C++
IList<IPeer> Peers { get; }
ReadOnly Property Peers As IList(Of IPeer)
property IList<IPeer^>^ Peers {
	IList<IPeer^>^ get ();
}
Value
The configured peers.
Remarks
This method is provided to allow a DataSource application to control the connectivity of individual peers, and for information purposes.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)