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 | |
---|---|---|
License | ||
Source | (Inherited from License.) |
Top
Methods
Name | Description | |
---|---|---|
Compare | ||
CompareTo | ||
Equals(Object) | (Inherited from License.) | |
Equals(License) | (Inherited from License.) | |
GetHashCode | (Inherited from License.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Inherited from License.) |
Top
Operators
Name | Description | |
---|---|---|
GreaterThan | ||
LessThan |
Top
Fields
Name | Description | |
---|---|---|
Advanced | ||
EarlyAdopter | ||
Express | ||
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.