SelectXmlCommand.Xml Property

Definition

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

Attributes

Applies to