Partager 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

Public ReadOnly Property Type As String

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

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace