IMpnProfile.Get Method
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.
Overloads
Get() |
Retrieves the logged in partner's MPN profile. |
Get(String) |
Retrieves a partner's MPN profile by MPN Id. |
Get()
Retrieves the logged in partner's MPN profile.
public Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile
Public Function Get () As MpnProfile
Returns
The partner's MPN profile.
Implements
Applies to
Get(String)
Retrieves a partner's MPN profile by MPN Id.
public Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile Get (string mpnId);
abstract member Get : string -> Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile
Public Function Get (mpnId As String) As MpnProfile
Parameters
- mpnId
- String
The MPN id.
Returns
The partner's MPN profile.