MsdnLicense Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.Licensing.License
Microsoft.VisualStudio.Services.Licensing.MsdnLicense
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public NotInheritable Class MsdnLicense _
Inherits License _
Implements IComparable(Of MsdnLicense)
public sealed class MsdnLicense : License,
IComparable<MsdnLicense>
public ref class MsdnLicense sealed : public License,
IComparable<MsdnLicense^>
[<Sealed>]
type MsdnLicense =
class
inherit License
interface IComparable<MsdnLicense>
end
public final class MsdnLicense extends License implements IComparable<MsdnLicense>
The MsdnLicense 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 | |
---|---|---|
Eligible | ||
Platforms | ||
Premium | ||
Professional | ||
TestProfessional | ||
Ultimate |
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.