Cmdlet.CommonParameters Property

Definition

Lists the common parameters that are added by the PowerShell engine to any cmdlet that derives from PSCmdlet.

public:
 static property System::Collections::Generic::HashSet<System::String ^> ^ CommonParameters { System::Collections::Generic::HashSet<System::String ^> ^ get(); };
public static System.Collections.Generic.HashSet<string> CommonParameters { get; }
static member CommonParameters : System.Collections.Generic.HashSet<string>
Public Shared ReadOnly Property CommonParameters As HashSet(Of String)

Property Value

Applies to