Class NotificationBarMessageValue
The value of a NotificationBarMessage.
public class NotificationBarMessageValue
- Inheritance
-
objectNotificationBarMessageValue
- Extension Methods
Properties
Value
The value to be used in the message.
public object Value { get; init; }
Property Value
- object
ValueType
The type of the value.
public NotificationBarMessageValueType ValueType { get; init; }