Show / Hide Table of Contents

Class MessageOfTheDay

Represents the message of the day (MotD) object.

Inheritance
System.Object
MessageOfTheDay
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class MessageOfTheDay

Properties

| Improve this Doc View Source

AllowDismiss

Gets or sets a value indicating whether the message of the day can be dismissed.

Declaration
public bool AllowDismiss { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Enabled

Gets or sets a value indicating whether the message of the day functionality is enabled.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Message

Gets or sets the message.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX