CrmConnection.CallerId Property

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Public Property CallerId As Nullable(Of Guid)

Property Value

Type: System.Nullable(Of Guid)

Type: Nullable<Guid>
The GUID of the user for whom SDK calls are made on behalf of. This corresponds to the SystemUser.SystemUserId attribute, which is the primary key for the SystemUser entity.

Return to top

© 2017 Microsoft. All rights reserved. Copyright

Show: