ModelMetadata.IsComplexType プロパティ

定義

モデルが複合型であるかどうかを指定する値を取得します。

public:
 virtual property bool IsComplexType { bool get(); };
public virtual bool IsComplexType { get; }
member this.IsComplexType : bool
Public Overridable ReadOnly Property IsComplexType As Boolean

プロパティ値

Boolean

モデルが複合型である場合は true。それ以外の場合は false

注釈

組み込みの .NET Framework 型は、このプロパティのために複合型とは見なされません。

適用対象