Share via


ILicensePackage.LicenseTypes Property

The type of licenses available in the TFS server instance

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.ILicenseType[]
Returns ILicenseType.

.NET Framework Security

See Also

Reference

ILicensePackage Interface

Microsoft.TeamFoundation.Framework.Server Namespace