Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetFeatureInformation ( _
    requestContext As TeamFoundationRequestContext, _
    featureName As String, _
    userId As Nullable(Of Guid) _
) As FeatureAvailabilityInformation
FeatureAvailabilityInformation GetFeatureInformation(
    TeamFoundationRequestContext requestContext,
    string featureName,
    Nullable<Guid> userId
)
FeatureAvailabilityInformation^ GetFeatureInformation(
    TeamFoundationRequestContext^ requestContext, 
    String^ featureName, 
    Nullable<Guid> userId
)
abstract GetFeatureInformation : 
        requestContext:TeamFoundationRequestContext * 
        featureName:string * 
        userId:Nullable<Guid> -> FeatureAvailabilityInformation
function GetFeatureInformation(
    requestContext : TeamFoundationRequestContext, 
    featureName : String, 
    userId : Nullable<Guid>
) : FeatureAvailabilityInformation
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- featureName
 Type: System.String
- userId
 Type: System.Nullable<Guid>
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.FeatureAvailabilityInformation
.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.
See Also
Reference
ITeamFoundationFeatureAvailabilityService Interface