Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
OpenXML
0.1
Types/OpenXML/get_DocumentProperty.ps1
if
(
-not
$this
.
Parts
)
{
return
}
$docProps
=
$this
.
Parts
[
$this
.
Parts
.
Keys
-match
'/docProps/'
]
$docProps