PoshCode Archive  Artifact [2b6506de4e]

Artifact 2b6506de4e630367de00aad209f1b862061bdb887024f29eaf91a65a104104c2:

  • File LibraryProperties.ps1 — part of check-in [8da651434e] at 2018-06-10 13:06:50 on branch trunk — From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes (user: Lee Holmes size: 630)

# encoding: ascii
# api: powershell
# title: LibraryProperties.ps1
# description: From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes
# version: 0.1
# author: Lee Holmes
# license: CC0
# x-poshcode-id: 2194
# x-archived: 2016-03-18T22:01:48
# x-published: 2011-09-09T21:41:00
#
#
##############################################################################
##
## From Windows PowerShell Cookbook (O'Reilly)
## by Lee Holmes (http://www.leeholmes.com/guide)
##
##############################################################################

filter Get-PropertyValue($property)
{
    $_.$property
}