 | LogEventModule Property |
Optionally identifies the source module.
Namespace:
Neon.Diagnostics
Assembly:
Neon.Common (in Neon.Common.dll) Version: 2.14.0
Syntaxpublic string Module {
get;
}
Public ReadOnly Property Module As String
Get
public:
property String^ Module {
String^ get ();
}
member Module : string with
get
Property Value
Type:
String
See Also