License Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.Licensing.License
Microsoft.VisualStudio.Services.Licensing.AccountLicense
Microsoft.VisualStudio.Services.Licensing.MsdnLicense
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<JsonObjectAttribute> _
Public MustInherit Class License _
Implements IEquatable(Of License)
[JsonObjectAttribute]
public abstract class License : IEquatable<License>
[JsonObjectAttribute]
public ref class License abstract : IEquatable<License^>
[<AbstractClass>]
[<JsonObjectAttribute>]
type License =
class
interface IEquatable<License>
end
public abstract class License implements IEquatable<License>
The License type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Source |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Overrides Object.Equals(Object).) |
![]() |
Equals(License) | |
![]() ![]() |
Equals(License, License) | |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() |
IsNullOrNone | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
Parse(String) | |
![]() ![]() |
Parse(String, Boolean) | |
![]() |
ToString | (Overrides Object.ToString().) |
![]() ![]() |
TryParse(String, License%) | |
![]() ![]() |
TryParse(String, Boolean, License%) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | |
![]() ![]() |
Inequality |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
None |
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.