AccountLicense Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Licensing.License
    Microsoft.VisualStudio.Services.Licensing.AccountLicense

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public NotInheritable Class AccountLicense _
    Inherits License _
    Implements IComparable(Of AccountLicense)
public sealed class AccountLicense : License, 
    IComparable<AccountLicense>
public ref class AccountLicense sealed : public License, 
    IComparable<AccountLicense^>
[<Sealed>]
type AccountLicense =  
    class 
        inherit License 
        interface IComparable<AccountLicense>
    end
public final class AccountLicense extends License implements IComparable<AccountLicense>

The AccountLicense type exposes the following members.

Properties

  Name Description
Public property License
Public property Source (Inherited from License.)

Top

Methods

  Name Description
Public methodStatic member Compare
Public method CompareTo
Public method Equals(Object) (Inherited from License.)
Public method Equals(License) (Inherited from License.)
Public method GetHashCode (Inherited from License.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Inherited from License.)

Top

Operators

  Name Description
Public operatorStatic member GreaterThan
Public operatorStatic member LessThan

Top

Fields

  Name Description
Public fieldStatic member Advanced
Public fieldStatic member EarlyAdopter
Public fieldStatic member Express
Public fieldStatic member Professional

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Services.Licensing Namespace