SerializationResult.Failed Property

Definition

returns true if the serialization failed, which means at least 1 of the messages has Error kind.

public:
 property bool Failed { bool get(); void set(bool value); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public bool Failed { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Failed : bool with get, set
Public Property Failed As Boolean

Property Value

Attributes

Applies to