JsonValueChangeEventArgs.Key Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the key value of the JsonValueChangeEventArgs.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

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

Property Value

Type: System.String
The key value of the JsonValueChangeEventArgs.

.NET Framework Security

See Also

Reference

JsonValueChangeEventArgs Class

System.Json Namespace