IExecutionContext.BusinessUnitId Property

Definition

Gets the GUIDGUID of the business unit that the user making the request, also known as the calling user, belongs to.

public:
 property Guid BusinessUnitId { Guid get(); };
public Guid BusinessUnitId { get; }
member this.BusinessUnitId : Guid
Public ReadOnly Property BusinessUnitId As Guid

Property Value

The GUID of the business unit. This property corresponds to the BusinessUnitId property, which is the primary key for the BusinessUnit entity.

Applies to