 | GDCGet Method (String) |
Gets the Global Diagnostics Context named item.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic static string Get(
string item
)
Public Shared Function Get (
item As String
) As String
Parameters
- item
- Type: SystemString
Item name.
Return Value
Type:
StringThe value of
item, if defined; otherwise
Empty.
Remarks
See Also