Share via


DscConfigurationParameterDefinition Class

Definition

Definition of the configuration parameter type.

public class DscConfigurationParameterDefinition
type DscConfigurationParameterDefinition = class
Public Class DscConfigurationParameterDefinition
Inheritance
DscConfigurationParameterDefinition

Constructors

DscConfigurationParameterDefinition()

Initializes a new instance of DscConfigurationParameterDefinition.

Properties

DefaultValue

Gets or sets the default value of parameter.

DscConfigurationParameterType

Gets or sets the type of the parameter.

IsMandatory

Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.

Position

Get or sets the position of the parameter.

Applies to