DscConfigurationParameter interface  
Definition of the configuration parameter type.
Properties
| default | 
	Gets or sets the default value of parameter.  | 
| is | 
	Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.  | 
| position | Get or sets the position of the parameter.  | 
| type | Gets or sets the type of the parameter.  | 
Property Details
		defaultValue
	 
	Gets or sets the default value of parameter.
defaultValue?: string
				Property Value
string
		isMandatory
	 
	Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
isMandatory?: boolean
				Property Value
boolean
position
Get or sets the position of the parameter.
position?: number
				Property Value
number
type
Gets or sets the type of the parameter.
type?: string
				Property Value
string