An array of values that can be used as unnamed properties in the message. this value can be null or empty

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public Object[] UnnamedProperties { get; set; }
Visual Basic
Public Property UnnamedProperties As Object()
	Get
	Set

Property Value

Type: array<Object>[]()[][]

See Also