Gets or sets action type.

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

Syntax

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

Property Value

Type: Int32

See Also