ModelProperty.ClearValue Method

Definition

Clears the local value for the property.

public:
 abstract void ClearValue();
public abstract void ClearValue ();
abstract member ClearValue : unit -> unit
Public MustOverride Sub ClearValue ()

Remarks

When there is no local value set for the property, a value may be inherited from higher in the property hierarchy. If you wish to set the value to null, call SetValue instead.

Applies to