ModelProperty.IsDictionary 属性

定义

确定属性中包含的值是否为 ModelItemDictionaryDetermines 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

属性值

Boolean

如果属性中包含的值为 ModelItemDictionary,则为 true;否则为 falsetrue if the value contained in the property is a ModelItemDictionary; otherwise, false.

适用于