Gets or sets a log name.

Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
string LogName { get; set; }
Visual Basic
Property LogName As String
	Get
	Set
Visual C++
property String^ LogName {
	String^ get ();
	void set (String^ value);
}
F#
abstract LogName : string with get, set

Property Value

Type: String

See Also