SettingChangedEventArgs.SettingKey Property
Applies to v2.
Gets or sets the setting key.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property SettingKey As String
Get
Private Set
'Usage
Dim instance As SettingChangedEventArgs
Dim value As String
value = instance.SettingKey
public string SettingKey { get; private set; }
public:
property String^ SettingKey {
String^ get ();
private: void set (String^ value);
}
member SettingKey : string with get, private set
function get SettingKey () : String
private function set SettingKey (value : String)
Property Value
Type: System.String
The setting key.