Click or drag to resize

AuditAttribute Constructor (String)

Initializes a new instance of the AuditAttribute class.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AuditAttribute(
	string value
)

Parameters

value
Type: SystemString
The value.
See Also