-
Notifications
You must be signed in to change notification settings - Fork 6
Measure ParameterBlockMandatoryNamedArgument
dscbot edited this page Oct 8, 2024
·
1 revision
Validates use of the Mandatory named argument within a Parameter attribute.
Measure-ParameterBlockMandatoryNamedArgument [-NamedAttributeArgumentAst] <NamedAttributeArgumentAst>
[<CommonParameters>]
If a parameter attribute contains the mandatory attribute the mandatory attribute must be formatted correctly.
Measure-ParameterBlockMandatoryNamedArgument -NamedAttributeArgumentAst $namedAttributeArgumentAst
{{ Fill NamedAttributeArgumentAst Description }}
Type: NamedAttributeArgumentAst
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
- Measure-CatchClause
- Measure-DoUntilStatement
- Measure-DoWhileStatement
- Measure-ForEachStatement
- Measure-ForStatement
- Measure-FunctionBlockBrace
- Measure-Hashtable
- Measure-IfStatement
- Measure-Keyword
- Measure-ParamBlock
- Measure-ParameterBlockMandatoryNamedArgument
- Measure-ParameterBlockParameterAttribute
- Measure-SwitchStatement
- Measure-TryStatement
- Measure-TypeDefinition
- Measure-WhileStatement