Table of Contents

Class ConsoleMessageTitlePart

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll

A short title or diagnostic code shown ahead of the body.

public record ConsoleMessageTitlePart : ConsoleMessagePart, IEquatable<ConsoleMessagePart>, IEquatable<ConsoleMessageTitlePart>
Inheritance
ConsoleMessageTitlePart
Implements
Inherited Members

Constructors

ConsoleMessageTitlePart(string)

A short title or diagnostic code shown ahead of the body.

public ConsoleMessageTitlePart(string Title)

Parameters

Title string

The title text.

Properties

Title

The title text.

public string Title { get; init; }

Property Value

string