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)
Syntax bool 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:
BooleanRemarks See Also