FeatureFlagsController.PatchFeatureFlag Method (String, String, FeatureFlagPatchModel)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TraceFilterAttribute(, )> _
Public Function PatchFeatureFlag ( _
userEmail As String, _
name As String, _
state As FeatureFlagPatchModel _
) As FeatureFlagApiResponse
[TraceFilterAttribute(, )]
public FeatureFlagApiResponse PatchFeatureFlag(
string userEmail,
string name,
FeatureFlagPatchModel state
)
[TraceFilterAttribute(, )]
public:
FeatureFlagApiResponse^ PatchFeatureFlag(
String^ userEmail,
String^ name,
FeatureFlagPatchModel^ state
)
[<TraceFilterAttribute(, )>]
member PatchFeatureFlag :
userEmail:string *
name:string *
state:FeatureFlagPatchModel -> FeatureFlagApiResponse
public function PatchFeatureFlag(
userEmail : String,
name : String,
state : FeatureFlagPatchModel
) : FeatureFlagApiResponse
Parameters
- userEmail
Type: System.String
- name
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.FeatureFlagApiResponse
.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.