AttributeValueAttribute Property |
Gets the attribute.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IDataAttribute Attribute { get; }
Public ReadOnly Property Attribute As IDataAttribute
Get
public:
property IDataAttribute^ Attribute {
IDataAttribute^ get ();
}
member Attribute : IDataAttribute with get
Property Value
Type:
IDataAttribute
The attribute.
See Also