DensoCreate.Cli.FrameworkCommandBasepropertiesIsHiddenOn this pageCommandBase.IsHidden Property Namespace: DensoCreate.Cli.Framework Description Gets or sets whether the command is hidden. If set to true, it will not be displayed with the --help option. bool IsHidden { get; set; } Type bool