You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of $PSNode.Value.Add($Node), I would like to be able to do $PSNode.Add($Node)
Similar for the remove method.
If the value of the node is e.g. a fixed array, pass the error back.
The text was updated successfully, but these errors were encountered:
Instead of
$PSNode.Value.Add($Node)
, I would like to be able to do$PSNode.Add($Node)
Similar for the remove method.
If the value of the node is e.g. a fixed array, pass the error back.
The text was updated successfully, but these errors were encountered: