CommandParameterSetInfo
Class
Definition
The information about a parameter set and its parameters for a cmdlet
public class CommandParameterSetInfo
- Inheritance
-
CommandParameterSetInfo
Properties
| IsDefault |
Gets whether the parameer 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 |