Gets or sets the source of the log entry.
public string Source {get; set;}
'Declaration
Public Property Source As String
'Usage
Dim instance As LogEntry
Dim value As String
instance.Source = value
value = instance.Source
public:
property String^ Source {
String^ get();
void set ( String^ value);
}
Property Value
The source of the log entry.