MetaType::InheritanceCode 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 Object^ InheritanceCode {
	virtual Object^ get() abstract;
}

Property Value

Type: System::Object^

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: