SettablePropertyValue<T>.HasDefaultValue Property

Definition

Whether the default value is being used.

public:
 property bool HasDefaultValue { bool get(); };
public bool HasDefaultValue { get; }
member this.HasDefaultValue : bool
Public ReadOnly Property HasDefaultValue As Boolean

Property Value

Boolean

Returns a Boolean value that is true if the property value is the default value, and false if the property value is not the default value.

Applies to