MetaType::Name Property

 

Gets the name of the MetaType.

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

public:
property String^ Name {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The name of the current meta-type.

This name is the same as the name of the common language runtime (CLR) type.

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