ExecuteByIdSavedQueryResponse.String 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 saved query (view).
public:
property System::String ^ String { System::String ^ get(); };
public string String { get; }
member this.String : string
Public ReadOnly Property String As String
Property Value
The the results of the saved query (view).
Remarks
This XML string is in the following format:
<resultset> + <result>result1</result><result>result2</result> + ... + </resultset>
The XML string that is returned from this method may contain multiple entity instances. If no instances are returned, the method returns an XML document for the entity type, and the document contains no data.
The XML string that is returned from this method does not contain elements for attributes where the value is null or where the value contains empty strings. This improves performance by not sending more XML data than is necessary from the server to the client.