CommandParameterSetInfo Class

Definition

The information about a parameter set and its parameters for a cmdlet.

public ref class CommandParameterSetInfo
public class CommandParameterSetInfo
type CommandParameterSetInfo = class
Public Class CommandParameterSetInfo
Inheritance
CommandParameterSetInfo

Properties

IsDefault

Gets whether the parameter set is the default parameter set.

Name

Gets the name of the parameter set.

Parameters

Gets the parameter information for the parameters in this parameter set.

Methods

ToString()

Gets the synopsis for the cmdlet as a string.

Applies to