Share via


DataMappedObject.Type Property

Gets the type name as a string of the current generic concept.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property Type As String
'Usage
Dim instance As DataMappedObject 
Dim value As String 

value = instance.Type
public string Type { get; }
public:
virtual property String^ Type {
    String^ get () sealed;
}
public final function get Type () : String

Property Value

Type: System.String
The type name as a string of the current generic concept.

Implements

IVsDataMappedObject.Type

.NET Framework Security

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace