ModelItem.ItemType Property

Definition

Gets the type of object that the item represents.

public:
 abstract property Type ^ ItemType { Type ^ get(); };
public abstract Type ItemType { get; }
member this.ItemType : Type
Public MustOverride ReadOnly Property ItemType As Type

Property Value

The type of object that the item represents.

Applies to