LicenseUpdate 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.
Model for assigning and removing licenses to user.
public sealed class LicenseUpdate : Microsoft.Store.PartnerCenter.Models.ResourceBase
type LicenseUpdate = class
inherit ResourceBase
Public NotInheritable Class LicenseUpdate
Inherits ResourceBase
- Inheritance
Constructors
LicenseUpdate() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
LicensesToAssign |
Gets or sets the list of licenses to be assigned. |
LicensesToRemove |
Gets or sets the list of license ids to be removed. |
LicenseWarnings |
Gets list of warnings that occurred during license assignment. This is a read only property. |