LogEntryMachineName Property |
Name of the computer.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string MachineName { get; set; }
Public Property MachineName As String
Get
Set
public:
property String^ MachineName {
String^ get ();
void set (String^ value);
}
member MachineName : string with get, set
Property Value
Type:
String
See Also