Gets or sets the type of the insertion.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: InsertionType
The type of the insertion.

See Also