Compartilhar via


Classe RequestProxyAttribute

Aplica-se a: CRM 2015 on-prem, CRM Online

Indicates the name of the message request, represented by the SdkMessageRequest entity, to which the request corresponds.

Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class RequestProxyAttribute
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class)] 
public sealed class RequestProxyAttribute : Attribute

Comentários

This type is only created when the CrmSvcUtil program generates a request, which is turned off by default.

Hierarquia de Herança

System.Object
   System.Attribute
    Microsoft.Xrm.Sdk.Client.RequestProxyAttribute

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Membros de RequestProxyAttribute
Namespace Microsoft.Xrm.Sdk.Client

Outros recursos

Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe)

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