UILogMessageSource Property
The source of the log message. For Adapters this is the Adapter Name. For system messages it is an empty string.
Namespace: Gemstone.Timeseries.ModelAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.159 -- Release Build+5e229f6c17e56a080df8050499a7be13fe2cb600
public 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
String