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