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
Syntaxpublic bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean
Get
public:
property bool HasValue {
bool get ();
}
member HasValue : bool with get
Property Value
Type:
Booleantrue if the Value is not null; otherwise,
false.
See Also