IExecutionContext.BusinessUnitId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.