CrmConnection.CallerId Property
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)
Syntax
public Nullable<Guid> CallerId { get; set; }
public:
property Nullable<Guid> CallerId {
Nullable<Guid> get();
void set(Nullable<Guid> value);
}
member CallerId : Nullable<Guid> with get, set
Public Property CallerId As Nullable(Of Guid)
Property Value
Type: System.Nullable<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.
See Also
CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright