Message.ShouldSerializeIsEcho Method

Definition

Newtonsoft JSON method for conditionally serializing the IsEcho property.

public bool ShouldSerializeIsEcho ();
member this.ShouldSerializeIsEcho : unit -> bool
Public Function ShouldSerializeIsEcho () As Boolean

Returns

Boolean

true to serialize the property; otherwise, false.

Applies to