Class StickyBannerData
Properties of the sticky banner.
public sealed class StickyBannerData
  - Inheritance
 - 
      objectStickyBannerData
 
- Extension Methods
 
Constructors
StickyBannerData()
public StickyBannerData()
  Properties
BannerType
Type of the license banner.
public StickyBannerType BannerType { get; init; }
  Property Value
Message
Message shown in the license banner.
public string Message { get; init; }
  Property Value
- string
 
MessageAsHtml
Indicates that the message should be rendered as html.
public bool MessageAsHtml { get; init; }
  Property Value
- bool