Partager via


ExecuteByIdUserQueryResponse.String Property

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Gets the results of the user query (saved view).

Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

'Declaration
Public ReadOnly Property String As String
public string String { get; }

Property Value

Type: String
The results of the user query (saved 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

Change History

See Also

Reference

ExecuteByIdUserQueryResponse Class
ExecuteByIdUserQueryResponse Members
Microsoft.Crm.Sdk.Messages Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.