CmdletProvider.WritePropertyObject
Method
Definition
Writes a property object to the output as a PSObject with extra data attached
as notes.
public void WritePropertyObject (object propertyValue, string path);
Parameters
- propertyValue
-
Object
The properties to be written.
- path
-
String
The path of the item being written.