MetaType::HasInheritanceCode Property

 

Gets a value indicating whether this type defines an inheritance code.

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

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

Property Value

Type: System::Boolean

true if this type defines an inheritance code; otherwise false.

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