DynamicKeywordParameter Class

Definition

Metadata about a parameter for a dynamic keyword. Adds one new property to the base classL Switch for switch parameters (THere is no such thing as a switch property...)

public ref class DynamicKeywordParameter : System::Management::Automation::Language::DynamicKeywordProperty
public class DynamicKeywordParameter : System.Management.Automation.Language.DynamicKeywordProperty
type DynamicKeywordParameter = class
    inherit DynamicKeywordProperty
Public Class DynamicKeywordParameter
Inherits DynamicKeywordProperty
Inheritance
DynamicKeywordParameter

Constructors

DynamicKeywordParameter()

Properties

Attributes

Any attributes that the property has.

(Inherited from DynamicKeywordProperty)
IsKey

Indicates that this property is a key.

(Inherited from DynamicKeywordProperty)
Mandatory

Indicates that this property is mandatory and must be present.

(Inherited from DynamicKeywordProperty)
Name

The name of the property.

(Inherited from DynamicKeywordProperty)
Range

Indicates a range constraint on the property value.

(Inherited from DynamicKeywordProperty)
Switch

Type if this is a switch parameter and takes no argument.

TypeConstraint

The required type of the property.

(Inherited from DynamicKeywordProperty)
ValueMap

Mapping the descriptive values to the actual values.

(Inherited from DynamicKeywordProperty)
Values

List of strings that may be used as values for this property.

(Inherited from DynamicKeywordProperty)

Applies to