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
- 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.