SelectXmlCommand.Content 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 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