 | AspNetApplicationValueLayoutRendererItem Property |
Gets or sets the item variable name.
Namespace:
NLog.Web.LayoutRenderers
Assembly:
NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntaxpublic string Item { get; set; }
Public Property Item As String
Get
Set
Dim instance As AspNetApplicationValueLayoutRenderer
Dim value As String
value = instance.Item
instance.Item = value
member Item : string with get, set
Property Value
Type:
String
See Also