LicensePackage.ILicensePackage.Features Property

The set of features available on the TFS server instance

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Private ReadOnly Property Features As ILicenseFeature()
    Implements ILicensePackage.Features
ILicenseFeature[] ILicensePackage.Features { get; }
private:
virtual property array<ILicenseFeature^>^ Features {
    array<ILicenseFeature^>^ get () sealed = ILicensePackage::Features::get;
}
private abstract Features : ILicenseFeature[] with get 
private override Features : ILicenseFeature[] with get
JScript does not support explicit interface implementations.

Property Value

Type: array<Microsoft.TeamFoundation.Server.Core.ILicenseFeature[]

Implements

ILicensePackage.Features

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Server.Core Namespace