GetWinEventCommand.FilterXPath Property

Definition

FilterXPath parameter.

public:
 property System::String ^ FilterXPath { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ FilterXPath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string FilterXPath { get; set; }
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="FileSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="GetProviderSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="GetLogSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.ValidateNotNull]
public string FilterXPath { get; set; }
member this.FilterXPath : string with get, set
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="FileSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="GetProviderSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", ParameterSetName="GetLogSet", ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.ValidateNotNull>]
member this.FilterXPath : string with get, set
Public Property FilterXPath As String

Property Value

Attributes

Applies to