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

Syntax

C#
public FieldInfo Email { get; set; }
Visual Basic
Public Property Email As FieldInfo
	Get
	Set
Visual C++
public:
property FieldInfo^ Email {
	FieldInfo^ get ();
	void set (FieldInfo^ value);
}

See Also