Cmdlet.CommonParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)