ModelProperty.IsCollection Property

Definition

Determines whether the value contained in the property is a ModelItemCollection.

public:
 abstract property bool IsCollection { bool get(); };
public abstract bool IsCollection { get; }
member this.IsCollection : bool
Public MustOverride ReadOnly Property IsCollection As Boolean

Property Value

true if the value contained in the property is a ModelItemCollection; otherwise, false.

Applies to