CustomerCompanyProfile Class
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.
Holds customer company profile information.
public sealed class CustomerCompanyProfile : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type CustomerCompanyProfile = class
inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class CustomerCompanyProfile
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
- Inheritance
Constructors
CustomerCompanyProfile() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
CompanyName |
Gets or sets the name of the company. |
Domain |
Gets or sets the customer's azure active directory domain. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
OrganizationRegistrationNumber |
Gets or sets the organization registration number. |
TenantId |
Gets or sets the azure active directory tenant identifier for the customer's tenant. |