IdAttributeTObjectSupportsSet 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 override bool SupportsSet { get; }
Public Overrides ReadOnly Property SupportsSet As Boolean
Get
public:
virtual property bool SupportsSet {
bool get () override;
}
abstract SupportsSet : bool with get
override SupportsSet : bool with get
Property Value
Type:
Booleantrue if the attribute supports set; otherwise,
false.
Implements
IDataAttributeSupportsSetIDataAttributeSupportsSet
See Also