Table of Contents

Class NotificationBarMessageValue

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

The value of a NotificationBarMessage.

public class NotificationBarMessageValue
Inheritance
object
NotificationBarMessageValue
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; }

Property Value

NotificationBarMessageValueType