CmdletProvider.WritePropertyObject(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a property object to the output as a PSObject with extra data attached as notes.
public:
void WritePropertyObject(System::Object ^ propertyValue, System::String ^ path);
public:
void WritePropertyObject(Platform::Object ^ propertyValue, Platform::String ^ path);
void WritePropertyObject(winrt::Windows::Foundation::IInspectable const & propertyValue, std::wstring const & path);
public void WritePropertyObject (object propertyValue, string path);
member this.WritePropertyObject : obj * string -> unit
Public Sub WritePropertyObject (propertyValue As Object, path As String)
Parameters
- propertyValue
- Object
The properties to be written.
- path
- String
The path of the item being written.