CustomerPartnerRelationship Enum

Definition

Enumerates partner and customer relationships.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum CustomerPartnerRelationship
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type CustomerPartnerRelationship = 
Public Enum CustomerPartnerRelationship
Inheritance
CustomerPartnerRelationship
Attributes

Fields

Advisor 2

An advisor relationship.

MicrosoftSupport 4

Indicates that the partner is a Microsoft Support agent for the customer.

None 5

None. Used to remove reseller relationship between the customer and partner.

Reseller 1

A reseller relationship.

Syndication 3

Indicates that the partner is a syndication partner of the customer.

Unknown 0

Unknown. Used for initialization.

Applies to