ObjectReferenceChangeBusinessEventMaskTBusinessEventReferenceName Property |
Gets the name of the attribute.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string ReferenceName { get; }
Public ReadOnly Property ReferenceName As String
Get
public:
property String^ ReferenceName {
String^ get ();
}
member ReferenceName : string with get
Property Value
Type:
String
The name of the attribute.
See Also