DscConfigurationParameter Class

Definition

Definition of the configuration parameter type.

public class DscConfigurationParameter
type DscConfigurationParameter = class
Public Class DscConfigurationParameter
Inheritance
DscConfigurationParameter

Constructors

DscConfigurationParameter()

Initializes a new instance of the DscConfigurationParameter class.

DscConfigurationParameter(String, Nullable<Boolean>, Nullable<Int32>, String)

Initializes a new instance of the DscConfigurationParameter class.

Properties

DefaultValue

Gets or sets the default value of parameter.

IsMandatory

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

Position

Gets or sets get or sets the position of the parameter.

Type

Gets or sets the type of the parameter.

Applies to