ModelProperty.IsDictionary Property

Definition

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

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

Property Value

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

Applies to