Message
- Last UpdatedNov 17, 2021
- 1 minute read
The Message property is a read-only property that gets any message available for the state change, such as a detailed error message.
Syntax
Result = aaServerStateChangeArgs.Message;
Return Value
Returns the message as a message value.
Remarks
This property has no default value.