Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to define properties for PowerShell classes.
Locale: en-US
ms.date: 11/13/2023
ms.date: 01/21/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_properties?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Classes_Properties
Expand Down Expand Up @@ -527,7 +527,8 @@ properties:

> [!IMPORTANT]
> Static properties for classes defined in PowerShell aren't immutable. They
> can
> can be overridden to any valid value, as defined by the static property's
> type and attributes.

## Derived class properties

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to define properties for PowerShell classes.
Locale: en-US
ms.date: 11/13/2023
ms.date: 01/21/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_properties?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Classes_Properties
Expand Down Expand Up @@ -523,7 +523,8 @@ properties:

> [!IMPORTANT]
> Static properties for classes defined in PowerShell aren't immutable. They
> can
> can be overridden to any valid value, as defined by the static property's
> type and attributes.

## Derived class properties

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to define properties for PowerShell classes.
Locale: en-US
ms.date: 11/13/2023
ms.date: 01/21/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_properties?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Classes_Properties
Expand Down Expand Up @@ -522,7 +522,8 @@ properties:

> [!IMPORTANT]
> Static properties for classes defined in PowerShell aren't immutable. They
> can
> can be overridden to any valid value, as defined by the static property's
> type and attributes.

## Derived class properties

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes how to define properties for PowerShell classes.
Locale: en-US
ms.date: 11/13/2023
ms.date: 01/21/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_properties?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Classes_Properties
Expand Down Expand Up @@ -523,7 +523,8 @@ properties:

> [!IMPORTANT]
> Static properties for classes defined in PowerShell aren't immutable. They
> can
> can be overridden to any valid value, as defined by the static property's
> type and attributes.

## Derived class properties

Expand Down