VSDBToolsOptionsSettingAttribute.Name (Propiedad)

Obtiene o establece un nombre para el valor.

Espacio de nombres:  Microsoft.Data.Schema.Tools.Settings.Internal
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propiedad

Tipo: System.String
Nombre del valor de propiedad cuando la propiedad se serializa.El valor predeterminado es el nombre de la propiedad a la que se aplica.

Seguridad de .NET Framework

Vea también

Referencia

VSDBToolsOptionsSettingAttribute Clase

Microsoft.Data.Schema.Tools.Settings.Internal (Espacio de nombres)