LicenseUpdate.LicenseWarnings Property
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.
Gets list of warnings that occurred during license assignment. This is a read only property.
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Licenses.LicenseWarning> LicenseWarnings { get; }
member this.LicenseWarnings : seq<Microsoft.Store.PartnerCenter.Models.Licenses.LicenseWarning>
Public ReadOnly Property LicenseWarnings As IEnumerable(Of LicenseWarning)