IListenerReceiverName Property |
Gets or sets the name of the receiver that is controlling this listener.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ReceiverName { get; set; }
Property ReceiverName As String
Get
Set
property String^ ReceiverName {
String^ get ();
void set (String^ value);
}
abstract ReceiverName : string with get, set
Property Value
Type:
StringSee Also