DynamicKeyword.IsReservedKeyword Property

Definition

Indicate that the keyword is reserved for future use by powershell.

public:
 property bool IsReservedKeyword { bool get(); void set(bool value); };
public:
 property bool IsReservedKeyword { bool get(); void set(bool value); };
public bool IsReservedKeyword { get; set; }
member this.IsReservedKeyword : bool with get, set
Public Property IsReservedKeyword As Boolean

Property Value

Applies to