Class CommandOption
Inheritance
System.Object
CommandOption
Implements
Namespace: DotNetNuke.Prompt
Assembly: DotNetNuke.dll
Syntax
public class CommandOption : object, ICommandOption
Properties
| Improve this Doc View SourceDefaultValue
Gets or sets default value of the flag.
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets resource key of the description of flag.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets name of the parameter.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Required
Gets or sets a value indicating whether is flag required or not.
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |