Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Nullable<int> FieldPosition { get; set; }
Visual Basic
Public Property FieldPosition As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> FieldPosition {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also