Class HelpMessage
A help message.
Inheritance
System.Object
HelpMessage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application.Console.Endpoints
Assembly: Kephas.Application.Console.dll
Syntax
public class HelpMessage : IMessage
Properties
| Improve this Doc View SourceCommand
Gets or sets the command.
Declaration
[Display(Name = "The command for which the help content should be provided.")]
public string Command { get; set; }
Property Value
Type | Description |
---|---|
System.String | The command. |