Class CommandOption
Implements
Inherited Members
Namespace: DotNetNuke.Prompt
Assembly: DotNetNuke.dll
Syntax
public class CommandOption : ICommandOption
Constructors
CommandOption()
Declaration
public CommandOption()
Properties
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Required
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
bool |