Compartir a través de


DataMappedObject.Name (Propiedad)

Obtiene el nombre del concepto genérico.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Name As String
public virtual string Name { get; }
public:
virtual property String^ Name {
    String^ get ();
}
abstract Name : string
override Name : string
function get Name () : String

Valor de propiedad

Tipo: System.String
El nombre del concepto genérico.

Implementaciones

IVsDataMappedObject.Name

Seguridad de .NET Framework

Vea también

Referencia

DataMappedObject Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)