As far as I understand, according to the result of :
Get-Member -InputObject $obj -Force The ways to get psObject properties are :
$obj.psobject.properties $obj.psobject.get_properties()Read full article from reflection - How can you use GetType().GetProperties() on a PowerShell Custom PSObject? - Stack Overflow
No comments:
Post a Comment