|
LogMessageSource Property |
This value identifies the service (Double-Take or Double-Take Management Service) that generated the log message.
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:
StringThe log file source.
See Also