CommandViewModel.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.
Gets the CommonParameters parameter.
public:
property Microsoft::PowerShell::Commands::ShowCommandInternal::ParameterSetViewModel ^ CommonParameters { Microsoft::PowerShell::Commands::ShowCommandInternal::ParameterSetViewModel ^ get(); };
public Microsoft.PowerShell.Commands.ShowCommandInternal.ParameterSetViewModel CommonParameters { get; }
member this.CommonParameters : Microsoft.PowerShell.Commands.ShowCommandInternal.ParameterSetViewModel
Public ReadOnly Property CommonParameters As ParameterSetViewModel