FetchXmlToQueryExpressionRequest.FetchXml 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.
Gets or sets the query to convert.
public:
 property System::String ^ FetchXml { System::String ^ get(); void set(System::String ^ value); };public string FetchXml { get; set; }member this.FetchXml : string with get, setPublic Property FetchXml As StringProperty Value
The query to convert. This The string must contain a query that you express in FetchXML. For more information, see FetchXML schema.