Share via


TeamFoundationLicensingServiceBase.m_featureToLicenseFeature Field

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

Syntax

'Declaration
Protected m_featureToLicenseFeature As Dictionary(Of Guid, ILicenseFeature)
protected Dictionary<Guid, ILicenseFeature> m_featureToLicenseFeature
protected:
Dictionary<Guid, ILicenseFeature^>^ m_featureToLicenseFeature
val mutable m_featureToLicenseFeature: Dictionary<Guid, ILicenseFeature>
protected var m_featureToLicenseFeature : Dictionary<Guid, ILicenseFeature>

.NET Framework Security

See Also

Reference

TeamFoundationLicensingServiceBase Class

Microsoft.TeamFoundation.Server.Core Namespace