WhoAmIResponse.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 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.