FeatureFlagsController.GetAllFeatureFlags Method
Retrieve a listing of all feature flags and their current states
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TraceFilterAttribute(, )> _
Public Function GetAllFeatureFlags As IQueryable(Of FeatureFlagApiResponse)
[TraceFilterAttribute(, )]
public IQueryable<FeatureFlagApiResponse> GetAllFeatureFlags()
[TraceFilterAttribute(, )]
public:
IQueryable<FeatureFlagApiResponse^>^ GetAllFeatureFlags()
[<TraceFilterAttribute(, )>]
member GetAllFeatureFlags : unit -> IQueryable<FeatureFlagApiResponse>
public function GetAllFeatureFlags() : IQueryable<FeatureFlagApiResponse>
Return Value
Type: System.Linq.IQueryable<FeatureFlagApiResponse>
JSON representation of Feature Flags
.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.