ICustomerUser.Patch(CustomerUser) 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.
Updates the customer user.
public Microsoft.Store.PartnerCenter.Models.Users.CustomerUser Patch (Microsoft.Store.PartnerCenter.Models.Users.CustomerUser entity);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.Users.CustomerUser -> Microsoft.Store.PartnerCenter.Models.Users.CustomerUser
Public Function Patch (entity As CustomerUser) As CustomerUser
Parameters
- entity
- CustomerUser
Customer user entity.
Returns
The updated user.