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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.