Share via


LicensePackage.ILicensePackage.Features Property

The set of features available on the TFS server instance

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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[]
private override Features : ILicenseFeature[]
JScript does not support explicit interface implementations.

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.ILicenseFeature[]
Returns ILicenseFeature.

Implements

ILicensePackage.Features

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Framework.Server Namespace