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
ReadOnly Property Features As ILicenseFeature()
ILicenseFeature[] Features { get; }
property array<ILicenseFeature^>^ Features {
array<ILicenseFeature^>^ get ();
}
abstract Features : ILicenseFeature[]
function get Features () : ILicenseFeature[]
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.ILicenseFeature[]
Returns ILicenseFeature.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.