Share via


ResourceManagerCmdletBase.WriteObject(JToken) Method

Definition

Writes a Newtonsoft.Json.Linq.JToken object as a PSObject.

protected void WriteObject (Newtonsoft.Json.Linq.JToken result);
override this.WriteObject : Newtonsoft.Json.Linq.JToken -> unit
Protected Sub WriteObject (result As JToken)

Parameters

result
Newtonsoft.Json.Linq.JToken

The result of the action.

Applies to