BindingBase.ShouldSerializeTargetNullValue Method

Definition

Returns a value that indicates whether the TargetNullValue property should be serialized.

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

Returns

true if the TargetNullValue property should be serialized; otherwise, false.

Applies to