IClientRight Interface
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Interface IClientRight _
Inherits IUsageRight
public interface IClientRight : IUsageRight
public interface class IClientRight : IUsageRight
type IClientRight =
interface
interface IUsageRight
end
public interface IClientRight extends IUsageRight
The IClientRight type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attributes | (Inherited from IUsageRight.) | |
AuthorizedVSEdition | ||
ClientVersion | ||
ExpirationDate | (Inherited from IUsageRight.) | |
LicenseDescriptionId | ||
LicenseFallbackDescription | ||
LicenseSourceName | ||
LicenseUrl | ||
Name | (Inherited from IUsageRight.) | |
Version | (Inherited from IUsageRight.) |
Top