IAgreementDocument Interface
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 interface represents operations on an agreement document.
C#
public interface IAgreementDocument : Microsoft.Store.PartnerCenter.IPartnerComponent<Microsoft.Store.PartnerCenter.Agreements.AgreementDocumentContext>
type IAgreementDocument = interface
interface IPartnerComponent<AgreementDocumentContext>
Public Interface IAgreementDocument
Implements IPartnerComponent(Of AgreementDocumentContext)
- Implements
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
By |
Customizes operations based on the given country. |
By |
Customizes operations based on the given language and locale. |
Get() |
Retrieves the agreement document. |
Get |
Asynchronously retrieves the agreement document. |
Product | Versions |
---|---|
Microsoft.Store.PartnerCenter | latest |