RemoteExecutionContext.InitiatingUserId Property

 

Applies To: Dynamics CRM 2015

Gets the global unique identifier of the system user account under which the current pipeline is executing.

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

Syntax

[DataMemberAttribute]
public Guid InitiatingUserId { get; set; }
public:
[DataMemberAttribute]
property Guid InitiatingUserId {
    virtual Guid get() sealed;
    virtual void set(Guid value) sealed;
}
[<DataMemberAttribute>]
abstract InitiatingUserId : Guid with get, set
[<DataMemberAttribute>]
override InitiatingUserId : Guid with get, set
<DataMemberAttribute>
Public Property InitiatingUserId As Guid

Property Value

Type: System.Guid

Type: Guid
The global unique identifier of the system user account.

Implements

IExecutionContext.InitiatingUserId

Remarks

This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Impersonation in plug-ins
User and team entities

Return to top

© 2016 Microsoft. All rights reserved. Copyright