Share via


VSDBToolsOptionsSettingAttribute.Name Property

Gets or sets a custom name for the setting.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property Name As String
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)

Property Value

Type: System.String
The name for the property value when the property is serialized. The default is the name of the property to which it is applied.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingAttribute Class

Microsoft.Data.Schema.Tools.Settings.Internal Namespace