OrganizationServiceProxy.CallerId Property
Applies To: Dynamics CRM 2015
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 (in Microsoft.Xrm.Sdk.dll)
Syntax
public Guid CallerId { get; set; }
public:
property Guid CallerId {
Guid get();
void set(Guid value);
}
member CallerId : Guid with get, set
Public Property CallerId As Guid
Property Value
Type: System.Guid
Type: Guid.
The ID of the user for whom SDK calls are made on behalf of.
See Also
OrganizationServiceProxy Class
Microsoft.Xrm.Sdk.Client Namespace
Impersonate another user
Sample: Impersonate using the ActOnBehalfOf privilege
Return to top
© 2016 Microsoft. All rights reserved. Copyright