Click or drag to resize

AttributeValueHasValue Property

Indicates whether the attribute has a value.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool HasValue { get; }

Property Value

Type: Boolean
true if the Value is not null; otherwise, false.
See Also