License.ServicePlans 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 or sets the service plan collection. Service plans refer to services that user is assigned to use. For example , Delve is a service plan which a user is either assigned to use or can be assigned to use.
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Licenses.ServicePlan> ServicePlans { get; set; }
member this.ServicePlans : seq<Microsoft.Store.PartnerCenter.Models.Licenses.ServicePlan> with get, set
Public Property ServicePlans As IEnumerable(Of ServicePlan)