SettingChange.SettingName Property
Gets the setting name.
Namespace: Microsoft.Data.Schema.Common.Settings
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property SettingName As String
Get
'Usage
Dim instance As SettingChange
Dim value As String
value = instance.SettingName
public string SettingName { get; }
public:
property String^ SettingName {
String^ get ();
}
function get SettingName () : String
member SettingName : string
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.