DataMappedObject.Name Property

Gets the name of the generic concept.

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

Syntax

Public Overridable ReadOnly Property Name As String

Dim instance As DataMappedObject
Dim value As String

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

Property Value

Type: System.String

The name of the generic concept.

Implements

IVsDataMappedObject.Name

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace