RemoteExecutionContext.BusinessUnitId Property

 

Applies To: Dynamics CRM 2015

Gets the global unique identifier of the business unit that the entity currently being processed by the event execution pipeline belongs to.

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

Syntax

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

Property Value

Type: System.Guid

Type: Guid
The global unique identifier of the business unit.

Implements

IExecutionContext.BusinessUnitId

Remarks

This property corresponds to the BusinessUnitId property, which is the primary key for the BusinessUnit entity.

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
BusinessUnit entity

Return to top

© 2016 Microsoft. All rights reserved. Copyright