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
Public property Attributes (Inherited from IUsageRight.)
Public property AuthorizedVSEdition
Public property ClientVersion
Public property ExpirationDate (Inherited from IUsageRight.)
Public property LicenseDescriptionId
Public property LicenseFallbackDescription
Public property LicenseSourceName
Public property LicenseUrl
Public property Name (Inherited from IUsageRight.)
Public property Version (Inherited from IUsageRight.)

Top

See Also

Reference

Microsoft.VisualStudio.Services.Licensing Namespace