SelectXmlCommand.XPath 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.
The following is the definition of the input parameter "Xpath". Specifies the String in XPath language syntax. The xml documents will be searched for the nodes/values represented by this parameter.
public:
property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ XPath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string XPath { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string XPath { get; set; }
member this.XPath : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.XPath : string with get, set
Public Property XPath As String
Property Value
- Attributes