MetaType::IsInheritanceDefault Property

 

Gets a value indicating whether this type is used as the default of an inheritance hierarchy.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property bool IsInheritanceDefault {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if this type is used as the default of an inheritance hierarchy; otherwise false.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: