CustomerPartnerRelationship Enum
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.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. Used for initialization. |
Reseller | 1 | A reseller relationship. |
Advisor | 2 | An advisor relationship. |
Syndication | 3 | Indicates that the partner is a syndication partner of the customer. |
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. |