ILicenseType.Features Property

The features included in this license, by id

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

Syntax

'Declaration
ReadOnly Property Features As Guid()
Guid[] Features { get; }
property array<Guid>^ Features {
    array<Guid>^ get ();
}
abstract Features : Guid[]
function get Features () : Guid[]

Property Value

Type: array<System.Guid[]
Returns Guid.

.NET Framework Security

See Also

Reference

ILicenseType Interface

Microsoft.TeamFoundation.Framework.Server Namespace