| IConnectorIsSingleConnection Property  | 
            Gets or sets a value indicating whether the connector supports multiple connections
            or a single connection.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool IsSingleConnection { get; set; }Property IsSingleConnection As Boolean
	Get
	Set
property bool IsSingleConnection {
	bool get ();
	void set (bool value);
}abstract IsSingleConnection : bool with get, set
Property Value
Type: 
Boolean
Remarks
See Also