|
EventLogEntryData2MachineName Property |
This value is the name of the server that generated the event.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string MachineName { get; set; }
Public Property MachineName As String
Get
Set
public:
property String^ MachineName {
String^ get ();
void set (String^ value);
}
function get_MachineName();
function set_MachineName(value);
Property Value
Type:
String
The name of the computer on which this entry was generated.
See Also