IPartnerProfileCollection Interface
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.
Represents the behavior of a partner's profiles.
public interface IPartnerProfileCollection : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IPartnerProfileCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
Public Interface IPartnerProfileCollection
Implements IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
BillingProfile |
Gets the operations available for the partner billing profile. |
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
LegalBusinessProfile |
Gets the operations available for the legal business profile. |
MpnProfile |
Gets the operations available for the Mpn profile. |
OrganizationProfile |
Gets the operations available for the organization profile. |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
SupportProfile |
Gets the operations available for the partner support profile. |