PartnerService 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.
This class contains the partner SDK properties and acts as the main entry point to create partners.
public sealed class PartnerService
type PartnerService = class
Public NotInheritable Class PartnerService
- Inheritance
-
PartnerService
Properties
AdditionalHeaders |
Gets or sets additional headers to be included with the API requests. |
ApiRootUrl |
Gets or sets the partner service API root URL. |
ApiSubscriptionKey |
Gets the partner service API subscription key. |
ApiVersion |
Gets the partner service API version. |
ApplicationName |
Gets or sets an application name used to identify the calling application. |
Instance |
Gets an instance of the partner service. |
Methods
CreatePartnerOperations(IPartnerCredentials) |
Creates a IAggregatePartner instance and configures it using the provided partner credentials. The partner instance can be used to access all the Partner Center APIs. |