ILicensePackage.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
ReadOnly Property LicenseTypes As ILicenseType()
ILicenseType[] LicenseTypes { get; }
property array<ILicenseType^>^ LicenseTypes {
    array<ILicenseType^>^ get ();
}
abstract LicenseTypes : ILicenseType[] with get
function get LicenseTypes () : ILicenseType[]

Property Value

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

.NET Framework Security

See Also

Reference

ILicensePackage Interface

Microsoft.TeamFoundation.Server.Core Namespace