PSObjectPropertyIsNull Property
True, if the property has a null value Each property has a unique name, a value, a type and a boolean value indicating if it's null.
Object Oriented Interface
public function getPSObjectPropertyIsNull($psobjectpropertyindex);
Procedural Interface
ipworksssh_psclient_get($res, 12 , $psobjectpropertyindex);
Default Value
false
Remarks
True, if the property has a null value
Each property has a unique name, a value, a type and a boolean value indicating if it's null.
The size of the array is controlled by the PSObjectPropertyCount property.
This property is read-only and not available at design time.
Data Type
Boolean