GetWinEventCommand.FilterXml 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.
FilterXml parameter.
public:
property System::Xml::XmlDocument ^ FilterXml { System::Xml::XmlDocument ^ get(); void set(System::Xml::XmlDocument ^ value); };
public System.Xml.XmlDocument FilterXml { get; set; }
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", Mandatory=true, ParameterSetName="XmlQuerySet", Position=0, ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)]
public System.Xml.XmlDocument FilterXml { get; set; }
member this.FilterXml : System.Xml.XmlDocument with get, set
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", Mandatory=true, ParameterSetName="XmlQuerySet", Position=0, ValueFromPipeline=false, ValueFromPipelineByPropertyName=false)>]
member this.FilterXml : System.Xml.XmlDocument with get, set
Public Property FilterXml As XmlDocument
Property Value
- Attributes