Share via


ShowCommandCommand.NoCommonParameter Property

Gets or sets a value that indicates whether to display common parameters.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As ShowCommandCommand
Dim value As SwitchParameter

value = instance.NoCommonParameter

instance.NoCommonParameter = value

Syntax

'Declaration
<ParameterAttribute> _
Public Property NoCommonParameter As SwitchParameter
[ParameterAttribute] 
public SwitchParameter NoCommonParameter { get; set; }
[ParameterAttribute] 
public:
property SwitchParameter NoCommonParameter {
    SwitchParameter get ();
    void set (SwitchParameter value);
}
/** @property */
public SwitchParameter get_NoCommonParameter ()

/** @property */
public void set_NoCommonParameter (SwitchParameter value)
public function get NoCommonParameter () : SwitchParameter

public function set NoCommonParameter (value : SwitchParameter)

Property Value

A SwitchParameter: true if the common parameters should not be displayed; otherwise, false.

Remarks

This property represents the –NoCommonParameter parameter in the Show-Command cmdlet.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ShowCommandCommand Class
ShowCommandCommand Members
Microsoft.PowerShell.Commands Namespace