WhoAmIResponse.BusinessUnitId Property

Definition

Gets the ID of the business to which the logged on user belongs.

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

Property Value

The ID of the business to which the logged on user belongs. This corresponds to the BusinessUnit.BusinessUnitId attribute, which is the primary key for the BusinessUnit entity.

Applies to