TeamFoundationLicensingServiceBase.LocalizeLicenseFeature Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Function LocalizeLicenseFeature ( _
licenseFeature As ILicenseFeature _
) As ILicenseFeature
protected ILicenseFeature LocalizeLicenseFeature(
ILicenseFeature licenseFeature
)
protected:
ILicenseFeature^ LocalizeLicenseFeature(
ILicenseFeature^ licenseFeature
)
member LocalizeLicenseFeature :
licenseFeature:ILicenseFeature -> ILicenseFeature
protected function LocalizeLicenseFeature(
licenseFeature : ILicenseFeature
) : ILicenseFeature
Parameters
- licenseFeature
Type: Microsoft.TeamFoundation.Server.Core.ILicenseFeature
Return Value
Type: Microsoft.TeamFoundation.Server.Core.ILicenseFeature
.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.