Gets or sets the message alias to which the message should be sent.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public string Recipient { get; set; }
public string Recipient { get; set; }
Public Property Recipient As String
Get
Set
Public Property Recipient As String
Get
Set
public:
property String^ Recipient {
String^ get ();
void set (String^ value);
}
public:
property String^ Recipient {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The recipient of the message.
This property should always be specified in order to send a message.