SelectXmlCommand.Xml 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 "XML". Specifies the xml Node.
public:
property cli::array <System::Xml::XmlNode ^> ^ Xml { cli::array <System::Xml::XmlNode ^> ^ get(); void set(cli::array <System::Xml::XmlNode ^> ^ value); };
public System.Xml.XmlNode[] Xml { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Node" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Xml", Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Xml.XmlNode[] Xml { get; set; }
member this.Xml : System.Xml.XmlNode[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "Node" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Xml", Position=1, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Xml : System.Xml.XmlNode[] with get, set
Public Property Xml As XmlNode()
Property Value
XmlNode[]
- Attributes