WhoAmIResponse.OrganizationId 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 organization that the user belongs to.
public:
property Guid OrganizationId { Guid get(); };
public Guid OrganizationId { get; }
member this.OrganizationId : Guid
Public ReadOnly Property OrganizationId As Guid
Property Value
ID of the organization that the user belongs to.
This corresponds to the Organization.OrganizationId
attribute,
which is the primary key for the
Organization entity.