This documentation is archived and is not being maintained.

License Class

Visual Studio 2013

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

'Declaration
<JsonObjectAttribute> _
Public MustInherit Class License _
	Implements IEquatable(Of License)

The License type exposes the following members.

  NameDescription
Public propertySource
Top

  NameDescription
Public methodEquals(Object) (Overrides Object.Equals(Object).)
Public methodEquals(License)
Public methodStatic memberEquals(License, License)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode (Overrides Object.GetHashCode.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberIsNullOrNone
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberParse(String)
Public methodStatic memberParse(String, Boolean)
Public methodToString (Overrides Object.ToString.)
Public methodStatic memberTryParse(String, License)
Public methodStatic memberTryParse(String, Boolean, License)
Top

  NameDescription
Public fieldStatic memberNone
Top

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