QueryExpressionToFetchXmlResponse.FetchXml Property

Definition

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.

Applies to