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