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
ReadOnly Property Features As ILicenseFeature()
ILicenseFeature[] Features { get; }
property array<ILicenseFeature^>^ Features {
    array<ILicenseFeature^>^ get ();
}
abstract Features : ILicenseFeature[] with get
function get Features () : ILicenseFeature[]

Property Value

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

.NET Framework Security

See Also

Reference

ILicensePackage Interface

Microsoft.TeamFoundation.Server.Core Namespace