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

Syntax

C#
public virtual Type ItemType { get; }
Visual Basic
Public Overridable ReadOnly Property ItemType As Type
	Get
Visual C++
public:
virtual property Type^ ItemType {
	Type^ get ();
}

See Also