Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    description As String, _
    uri As String, _
    effectiveState As String, _
    explicitState As String _
)
public FeatureFlagApiResponse(
    string name,
    string description,
    string uri,
    string effectiveState,
    string explicitState
)
public:
FeatureFlagApiResponse(
    String^ name, 
    String^ description, 
    String^ uri, 
    String^ effectiveState, 
    String^ explicitState
)
new : 
        name:string * 
        description:string * 
        uri:string * 
        effectiveState:string * 
        explicitState:string -> FeatureFlagApiResponse
public function FeatureFlagApiResponse(
    name : String, 
    description : String, 
    uri : String, 
    effectiveState : String, 
    explicitState : String
)
Parameters
- name
Type: System.String 
- description
Type: System.String 
- uri
Type: System.String 
- effectiveState
Type: System.String 
- explicitState
Type: System.String 
.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.