PSManagementPolicyDefinition.StringListToArray(IList<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.
public static string[] StringListToArray (System.Collections.Generic.IList<string> list);
static member StringListToArray : System.Collections.Generic.IList<string> -> string[]
Public Shared Function StringListToArray (list As IList(Of String)) As String()
Parameters
Returns
String[]