QueryExpressionToFetchXmlResponse.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 the results of the query conversion.
public:
property System::String ^ FetchXml { System::String ^ get(); };
public string FetchXml { get; }
member this.FetchXml : string
Public ReadOnly Property FetchXml As String
Property Value
The results of the query conversion. This returned value conforms to the schema for FetchXML.