LicensePackage.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
Public Property Features As LicenseFeature()
public LicenseFeature[] Features { get; set; }
public:
property array<LicenseFeature^>^ Features {
    array<LicenseFeature^>^ get ();
    void set (array<LicenseFeature^>^ value);
}
member Features : LicenseFeature[] with get, set
function get Features () : LicenseFeature[]
function set Features (value : LicenseFeature[])

Property Value

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

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Server.Core Namespace