JsonValue.ChangingListenersCount Property

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

Gets the number of the changing listeners.

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

Syntax

'Declaration
Protected ReadOnly Property ChangingListenersCount As Integer
protected int ChangingListenersCount { get; }
protected:
property int ChangingListenersCount {
    int get ();
}
member ChangingListenersCount : int
function get ChangingListenersCount () : int

Property Value

Type: System.Int32
The number of the changing listeners.

.NET Framework Security

See Also

Reference

JsonValue Class

System.Json Namespace