GetWinEventCommand.ListLog Property

Definition

ListLog parameter.

public:
 property cli::array <System::String ^> ^ ListLog { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ ListLog { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] ListLog { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", HelpMessageResourceId="ListLogParamHelp", Mandatory=true, ParameterSetName="ListLogSet", Position=0, ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)]
public string[] ListLog { get; set; }
member this.ListLog : string[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", HelpMessageResourceId="ListLogParamHelp", Mandatory=true, ParameterSetName="ListLogSet", Position=0, ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)>]
member this.ListLog : string[] with get, set
Public Property ListLog As String()

Property Value

String[]
Attributes

Applies to