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.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
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