DataAttributeBaseTObjectSupportsSet Property |
Gets a value indicating whether the attribute supports setting a value.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual bool SupportsSet { get; }
Public Overridable ReadOnly Property SupportsSet As Boolean
Get
public:
virtual property bool SupportsSet {
bool get ();
}
abstract SupportsSet : bool with get
override SupportsSet : bool with get
Property Value
Type:
Booleantrue if the attribute supports set; otherwise,
false.
Implements
IDataAttributeSupportsSet
See Also