LicensePackage.LicenseTypes Property

The type of licenses availale in the TFS server instance

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

Syntax

'Declaration
Public Property LicenseTypes As LicenseType()
public LicenseType[] LicenseTypes { get; set; }
public:
property array<LicenseType^>^ LicenseTypes {
    array<LicenseType^>^ get ();
    void set (array<LicenseType^>^ value);
}
member LicenseTypes : LicenseType[] with get, set
function get LicenseTypes () : LicenseType[]
function set LicenseTypes (value : LicenseType[])

Property Value

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

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Server.Core Namespace