Share via


TeamFoundationLicensingServiceBase.LocalizeLicenseType Method

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

Syntax

'Declaration
Protected Function LocalizeLicenseType ( _
    licenseType As ILicenseType _
) As ILicenseType
protected ILicenseType LocalizeLicenseType(
    ILicenseType licenseType
)
protected:
ILicenseType^ LocalizeLicenseType(
    ILicenseType^ licenseType
)
member LocalizeLicenseType : 
        licenseType:ILicenseType -> ILicenseType
protected function LocalizeLicenseType(
    licenseType : ILicenseType
) : ILicenseType

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.Core.ILicenseType

.NET Framework Security

See Also

Reference

TeamFoundationLicensingServiceBase Class

Microsoft.TeamFoundation.Server.Core Namespace