2.2.4.49 MSOLicenseService

The MSOLicenseService type contains the license type information for the online service.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AzureADObjectModel

 <xs:complexType name="MSOLicenseService">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Activated" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Description" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ServicePlan" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ServiceType" type="tns6:MSOLicenseServiceTypes"/>
   </xs:sequence>
 </xs:complexType>

Activated: A flag that indicates whether the service is activated.

Description: The description of the license.

ServicePlan: The service plan for the license.

ServiceType: The service type for the license.