ConfigurationSettingsChangedEventArgs.SettingName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the name of the setting.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property SettingName As String 
    Get
'Usage
Dim instance As ConfigurationSettingsChangedEventArgs 
Dim value As String 

value = instance.SettingName
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.

See Also

Reference

ConfigurationSettingsChangedEventArgs Class

Microsoft.DataWarehouse.Interfaces Namespace