NewPSSessionConfigurationFileCommand.TypesToProcess Property

Definition

A list of types to process.

public:
 property cli::array <System::String ^> ^ TypesToProcess { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ TypesToProcess { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] TypesToProcess { get; set; }
[System.Management.Automation.Parameter]
public string[] TypesToProcess { get; set; }
member this.TypesToProcess : string[] with get, set
[<System.Management.Automation.Parameter>]
member this.TypesToProcess : string[] with get, set
Public Property TypesToProcess As String()

Property Value

String[]
Attributes

Applies to