From 4848864f15af397f2a85dc7d8d9899ba42ea80d3 Mon Sep 17 00:00:00 2001 From: chasewilson Date: Wed, 14 Jul 2021 09:43:39 -0700 Subject: [PATCH 1/2] Automatically committed changes. --- .../About/about_Intrinsic_Members.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md index 174e0d54385c..cd001e7421f1 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md @@ -1,7 +1,7 @@ --- description: Describes automatic members in all PowerShell objects Locale: en-US -ms.date: 06/01/2021 +ms.date: 07/14/2021 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_Inrinsic_Members?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Intrinsic_Members @@ -88,3 +88,11 @@ not visible using the `Get-Member -Force` command or tab completion. The `ForEach()` and `Where()` methods are available to all PowerShell objects. However, they are most useful when working with collections. For more information on how to use these methods, see [about_Arrays](about_Arrays.md). + +## Properties + +### Count and Length + +The **Count** and **Length** properties are available to all PowerShell +objects. These are similar to each other but may work differently depending on +the data type. For more information about these properties, see [about_Properties](about_Properties.md). From dd2f7f28c149a8f8abdd51c667e6fb98075876fb Mon Sep 17 00:00:00 2001 From: chasewilson Date: Mon, 19 Jul 2021 10:23:21 -0700 Subject: [PATCH 2/2] Updates all versions --- .../About/about_Intrinsic_Members.md | 8 ++++++++ .../About/about_Intrinsic_Members.md | 10 +++++++++- .../About/about_Intrinsic_Members.md | 10 +++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/reference/7.0/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md b/reference/7.0/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md index 7d77f0ef0224..1068d4c96929 100644 --- a/reference/7.0/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md +++ b/reference/7.0/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md @@ -88,3 +88,11 @@ not visible using the `Get-Member -Force` command or tab completion. The `ForEach()` and `Where()` methods are available to all PowerShell objects. However, they are most useful when working with collections. For more information on how to use these methods, see [about_Arrays](about_Arrays.md). + +## Properties + +### Count and Length + +The **Count** and **Length** properties are available to all PowerShell +objects. These are similar to each other but may work differently depending on +the data type. For more information about these properties, see [about_Properties](about_Properties.md). diff --git a/reference/7.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md b/reference/7.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md index 6990e01808e3..f0744154eff7 100644 --- a/reference/7.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md +++ b/reference/7.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md @@ -1,7 +1,7 @@ --- description: Describes automatic members in all PowerShell objects Locale: en-US -ms.date: 06/01/2021 +ms.date: 07/14/2021 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_Inrinsic_Members?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Intrinsic_Members @@ -88,3 +88,11 @@ not visible using the `Get-Member -Force` command or tab completion. The `ForEach()` and `Where()` methods are available to all PowerShell objects. However, they are most useful when working with collections. For more information on how to use these methods, see [about_Arrays](about_Arrays.md). + +## Properties + +### Count and Length + +The **Count** and **Length** properties are available to all PowerShell +objects. These are similar to each other but may work differently depending on +the data type. For more information about these properties, see [about_Properties](about_Properties.md). diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md index e3a7bb45d893..f64b64687a0e 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md @@ -1,7 +1,7 @@ --- description: Describes automatic members in all PowerShell objects Locale: en-US -ms.date: 06/01/2021 +ms.date: 07/14/2021 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_Inrinsic_Members?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_Intrinsic_Members @@ -88,3 +88,11 @@ not visible using the `Get-Member -Force` command or tab completion. The `ForEach()` and `Where()` methods are available to all PowerShell objects. However, they are most useful when working with collections. For more information on how to use these methods, see [about_Arrays](about_Arrays.md). + +## Properties + +### Count and Length + +The **Count** and **Length** properties are available to all PowerShell +objects. These are similar to each other but may work differently depending on +the data type. For more information about these properties, see [about_Properties](about_Properties.md).