Compartilhar via


Propriedade OrganizationServiceProxy.CallerId

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

Gets or sets the ID of the user for whom SDK calls are made on behalf of.

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

Sintaxe

'Declaração
Public Property CallerId As Guid
public Guid CallerId { get; set; }

Valor de Propriedade

Type: Guid.
The ID of the user for whom SDK calls are made on behalf of.

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

Classe OrganizationServiceProxy
Membros de OrganizationServiceProxy
Namespace Microsoft.Xrm.Sdk.Client

Outros recursos

Impersonate Another User
Sample: Impersonate Using the ActOnBehalfOf Privilege

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