Propriedade IExecutionContext.UserId
Aplica-se a: CRM 2015 on-prem, CRM Online
Gets the GUID of the system user for whom the plug-in invokes web service methods on behalf of.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
ReadOnly Property UserId As Guid
Guid UserId { get; }
Valor de Propriedade
Type: Guid
The GUID of the system user for whom the plug-in invokes web service methods on behalf of. This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.
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
Interface IExecutionContext
Membros de IExecutionContext
Namespace Microsoft.Xrm.Sdk
Outros recursos
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.