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). 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).