IRebroadcastServerConnector Property |
Gets or sets the object that establishes the connection for us.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax INetworkConnector Connector { get; set; }
Property Connector As INetworkConnector
Get
Set
property INetworkConnector^ Connector {
INetworkConnector^ get ();
void set (INetworkConnector^ value);
}
abstract Connector : INetworkConnector with get, set
Property Value
Type:
INetworkConnectorSee Also