LicensePackage.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
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[] with get 
private override LicenseTypes : ILicenseType[] with get
JScript does not support explicit interface implementations.

Property Value

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

Implements

ILicensePackage.LicenseTypes

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Server.Core Namespace