FeatureAttribute.HasCustomDefaultValue

FeatureAttribute.HasCustomDefaultValue property

Gets a value indicating whether the pre-defined default value for this attribute was overridden with a custom value.

public bool HasCustomDefaultValue { get; }

Property Value

true if this instance has a custom default value; otherwise, false.

Remarks

Unless Object) was called, value of this property is false.

See Also