Compartir a través de


Clase de OrganizationResponse

Se aplica a: CRM 2015 on-prem, CRM Online

Contains the response from a request and the base class for all organization responses.

Espacio de nombres: Microsoft.Xrm.Sdk
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
<SuppressMessageAttribute("Microsoft.Security", "CA9881:ClassesShouldBeSealed", Justification:="This class need to be instantiated by clients and be able to derive from it.")> _
<DefaultMemberAttribute("Item")> _
<DataContractAttribute(Name:="OrganizationResponse", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
Public Class OrganizationResponse
    Implements IExtensibleDataObject
[SuppressMessageAttribute("Microsoft.Security", "CA9881:ClassesShouldBeSealed", Justification="This class need to be instantiated by clients and be able to derive from it.")] 
[DefaultMemberAttribute("Item")] 
[DataContractAttribute(Name="OrganizationResponse", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")] 
public class OrganizationResponse : IExtensibleDataObject

Comentarios

This is the base class for all organization Web service responses. An instance of a response class is returned from the Execute method.

Some messages do not have a return value. In those classes the Results collection will be empty.

Jerarquía heredada

System.Object
  Microsoft.Xrm.Sdk.OrganizationResponse
     Clases derivadas

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Miembros de OrganizationResponse
Espacio de nombres de Microsoft.Xrm.Sdk
Clase de OrganizationRequest

Otros recursos

Use Messages (Request and Response Classes) with the Execute Method

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