ILicenseFeature Interface
Describes a feature to be included in one or more license types
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Interface ILicenseFeature
public interface ILicenseFeature
public interface class ILicenseFeature
type ILicenseFeature = interface end
public interface ILicenseFeature
The ILicenseFeature type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | A descripton of the feature | |
Id | License feature unique id | |
InPreviewMode | ||
Name | The name of the feature |
Top