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
- licenseType
Type: Microsoft.TeamFoundation.Server.Core.ILicenseType
Return Value
Type: Microsoft.TeamFoundation.Server.Core.ILicenseType
.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.