PolicyCmdletBase.GetArrayFromParameter(String, 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.
protected Newtonsoft.Json.Linq.JArray GetArrayFromParameter (string parameter, string parameterName);
member this.GetArrayFromParameter : string * string -> Newtonsoft.Json.Linq.JArray
Protected Function GetArrayFromParameter (parameter As String, parameterName As String) As JArray
Parameters
- parameter
- String
- parameterName
- String
Returns
Newtonsoft.Json.Linq.JArray