|
EventLogEntryData2Source Property |
This value is the name of the application 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 Source { get; set; }
Public Property Source As String
Get
Set
public:
property String^ Source {
String^ get ();
void set (String^ value);
}
function get_Source();
function set_Source(value);
Property Value
Type:
String
The name of the application that generated this event.
See Also