Share via


LicensePackage.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
Private ReadOnly Property LicenseTypes As ILicenseType()
    Implements ILicensePackage.LicenseTypes
ILicenseType[] ILicensePackage.LicenseTypes { get; }
private:
virtual property array<ILicenseType^>^ LicenseTypes {
    array<ILicenseType^>^ get () sealed = ILicensePackage::LicenseTypes::get;
}
private abstract LicenseTypes : ILicenseType[]
private override LicenseTypes : ILicenseType[]
JScript does not support explicit interface implementations.

Property Value

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

Implements

ILicensePackage.LicenseTypes

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Framework.Server Namespace