CommonParameters Class

Definition

Defines the parameters that are present on all Cmdlets.

public ref class CommonParameters sealed
public sealed class CommonParameters
type CommonParameters = class
Public NotInheritable Class CommonParameters
Inheritance
CommonParameters

Properties

Debug

Gets or sets the value of the Debug parameter for the cmdlet.

ErrorAction

Gets or sets the value of the ErrorAction parameter for the cmdlet.

ErrorVariable

Gets or sets the value of the ErrorVariable parameter for the cmdlet.

InformationAction

Gets or sets the value of the InformationAction parameter for the cmdlet.

InformationVariable

Gets or sets the value of the InformationVariable parameter for the cmdlet.

OutBuffer

Gets or sets the OutBuffer parameter for the cmdlet.

OutVariable

Gets or sets the OutVariable parameter for the cmdlet.

PipelineVariable

Gets or sets the PipelineVariable parameter for the cmdlet.

ProgressAction

Gets or sets the value of the ProgressAction parameter for the cmdlet.

Verbose

Gets or sets the value of the Verbose parameter for the cmdlet.

WarningAction

Gets or sets the value of the WarningAction parameter for the cmdlet.

WarningVariable

Gets or sets the value of the WarningVariable parameter for the cmdlet.

Applies to