GetWinEventCommand.Path Property

Definition

Path parameter.

public:
 property cli::array <System::String ^> ^ Path { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Path { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Path { get; set; }
[System.Management.Automation.Alias(new System.String[] { "PSPath" })]
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", HelpMessageResourceId="PathParamHelp", Mandatory=true, ParameterSetName="FileSet", Position=0, ValueFromPipelineByPropertyName=true)]
public string[] Path { get; set; }
member this.Path : string[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "PSPath" })>]
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", HelpMessageResourceId="PathParamHelp", Mandatory=true, ParameterSetName="FileSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.Path : string[] with get, set
Public Property Path As String()

Property Value

String[]
Attributes

Applies to