Click or drag to resize

AuditAttributeValue Property

Comma-separated list of keywords (not case-sensitive), see AuditEnum for a list of keywords.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public virtual string Value { get; set; }

Property Value

Type: String
The value.

Return Value

Type: String
comma-separated list of audit keywords
See Also