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 MessageOfTheDayProperties
| Improve this Doc View SourceAllowDismiss
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 | 
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 | 
Message
Gets or sets the message.
Declaration
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |