Gets or sets audit action type.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public AuditType ActionType { get; set; }
Visual Basic
Public Property ActionType As AuditType
	Get
	Set
Visual C++
public:
property AuditType ActionType {
	AuditType get ();
	void set (AuditType value);
}
F#
member ActionType : AuditType with get, set

Property Value

Type: AuditType

See Also