UserLicenseInfo Class

Definition

Represents license information for a user that defines the service plans that the user has access to.

public ref class UserLicenseInfo sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="UserLicenseInfo", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class UserLicenseInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="UserLicenseInfo", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type UserLicenseInfo = class
    interface IExtensibleDataObject
Public NotInheritable Class UserLicenseInfo
Implements IExtensibleDataObject
Inheritance
UserLicenseInfo
Attributes
Implements

Constructors

UserLicenseInfo()

Initializes a new instance of the UserLicenseInfo class.

Properties

ExtensionData

Gets or sets the extension data object.

ServicePlans

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

Applies to