 | DatabaseObjectPropertyInfoLayout Property |
Gets or sets the value to assign on the object-property
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxpublic Layout Layout { get; set; }
Public Property Layout As Layout
Get
Set
Dim instance As DatabaseObjectPropertyInfo
Dim value As Layout
value = instance.Layout
instance.Layout = value
member Layout : Layout with get, set
Property Value
Type:
Layout
See Also