GetWinEventCommand.FilterXPath Property
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.
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