Share via


LicensePackage.Features Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.Alm.LicenseFeature[]

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace