|
LogMessageAssemblyName Property
|
The
Assembly associated with
LogPublisher that generated the message.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.259-beta+0fe9903369c94e86a118d5d1089600214b137923
Syntaxpublic string AssemblyName { get; }Public ReadOnly Property AssemblyName As String
Get
public:
property String^ AssemblyName {
String^ get ();
}member AssemblyName : string with get
function get_AssemblyName();
View SourceProperty Value
String
See Also