Gets or sets the action data log.

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

Syntax

C#
ActionData ActionDataLog { get; set; }
Visual Basic
Property ActionDataLog As ActionData
	Get
	Set
Visual C++
property ActionData^ ActionDataLog {
	ActionData^ get ();
	void set (ActionData^ value);
}
F#
abstract ActionDataLog : ActionData with get, set

Property Value

Type: ActionData

See Also