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

Syntax

C#
public Object Model { get; }
Visual Basic
Public ReadOnly Property Model As Object
	Get
Visual C++
public:
property Object^ Model {
	Object^ get ();
}

See Also