BusinessEventGetEventAttributeValue Method |
Gets the event attribute value.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual Object GetEventAttributeValue(
string attributeName
)
Public Overridable Function GetEventAttributeValue (
attributeName As String
) As Object
public:
virtual Object^ GetEventAttributeValue(
String^ attributeName
)
abstract GetEventAttributeValue :
attributeName : string -> Object
override GetEventAttributeValue :
attributeName : string -> Object
Parameters
- attributeName
- Type: SystemString
Name of the attribute.
Return Value
Type:
Object
See Also