SettingsProperty.ThrowOnErrorDeserializing Propiedad

Definición

Obtiene o establece un valor que especifica si se va a producir un error cuando la propiedad no se deserialice correctamente.

public:
 property bool ThrowOnErrorDeserializing { bool get(); void set(bool value); };
public bool ThrowOnErrorDeserializing { get; set; }
member this.ThrowOnErrorDeserializing : bool with get, set
Public Property ThrowOnErrorDeserializing As Boolean

Valor de propiedad

true si se va a producir un error cuando la deserialización de la propiedad no se realice correctamente; de lo contrario, false.

Se aplica a