Share via


VSDBToolsOptionsSettingChange.SettingName Property

Gets the name of the setting.

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

Syntax

'Declaration
Public ReadOnly Property SettingName As String
public string SettingName { get; }
public:
property String^ SettingName {
    String^ get ();
}
member SettingName : string
function get SettingName () : String

Property Value

Type: System.String
The name of the setting as defined by either the VSDBToolsOptionsSettingAttribute or, if not defined in the attribute, the property name.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingChange Class

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

VSDBToolsOptionsSettingAttribute