Share via


UserLicenseInfo.ServicePlans Property

Definition

Gets or sets a list of service plans assigned to a system user.

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Sdk::ServicePlan ^> ^ ServicePlans { System::Collections::Generic::List<Microsoft::Xrm::Sdk::ServicePlan ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Sdk::ServicePlan ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Order=1)]
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.ServicePlan> ServicePlans { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Order=1)>]
member this.ServicePlans : System.Collections.Generic.List<Microsoft.Xrm.Sdk.ServicePlan> with get, set
Public Property ServicePlans As List(Of ServicePlan)

Property Value

List of service plans assigned to a system user.

Attributes

Applies to