FeatureAttribute.CanBeUnset

FeatureAttribute.CanBeUnset property

Gets or sets a value indicating whether value for this attribute can be omitted.

public bool CanBeUnset { get; set; }

Property Value

true if this instance can be unset; otherwise, false.

Exceptions

exceptioncondition
InvalidOperationExceptionThe attribute is locked.

See Also