Share via


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

'Declaration
Public Overridable ReadOnly Property Name As String
'Usage
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

.NET Framework Security

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace