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
    Get
public virtual string Name { get; }
public:
virtual property String^ Name {
    String^ get ();
}
abstract Name : string
override Name : string
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

Microsoft.VisualStudio.Data.Framework Namespace