FetchXmlToQueryExpressionRequest.FetchXml Property

Definition

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, set
Public Property FetchXml As String

Property Value

The query to convert. This The string must contain a query that you express in FetchXML. For more information, see FetchXML schema.

Applies to