SelectXmlCommand.Content Property

Definition

The following is the definition of the input parameter in string format. Specifies the string format of a fully qualified xml.

public:
 property cli::array <System::String ^> ^ Content { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Content { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Content { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Content", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] Content { get; set; }
member this.Content : string[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Content", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Content : string[] with get, set
Public Property Content As String()

Property Value

String[]
Attributes

Applies to