AttributeExpressionsTObjectAttribute Property |
Gets the owner attribute.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IDataAttribute Attribute { get; set; }
Public Property Attribute As IDataAttribute
Get
Set
public:
virtual property IDataAttribute^ Attribute {
IDataAttribute^ get () sealed;
void set (IDataAttribute^ value) sealed;
}
abstract Attribute : IDataAttribute with get, set
override Attribute : IDataAttribute with get, set
Property Value
Type:
IDataAttribute
The attribute.
Implements
IAttributeExpressionsAttribute
See Also