Share via


ManagedApplicationCmdletBase.GetObjectFromParameter(String) Method

Definition

Gets the JToken object from parameter

protected Newtonsoft.Json.Linq.JToken GetObjectFromParameter (string parameter);
member this.GetObjectFromParameter : string -> Newtonsoft.Json.Linq.JToken
Protected Function GetObjectFromParameter (parameter As String) As JToken

Parameters

parameter
String

Returns

Newtonsoft.Json.Linq.JToken

Applies to