Share via


FeatureEnabledAttribute Constructor

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

Syntax

'Declaration
Public Sub New ( _
    featureFlag As String _
)
public FeatureEnabledAttribute(
    string featureFlag
)
public:
FeatureEnabledAttribute(
    String^ featureFlag
)
new : 
        featureFlag:string -> FeatureEnabledAttribute
public function FeatureEnabledAttribute(
    featureFlag : String
)

Parameters

.NET Framework Security

See Also

Reference

FeatureEnabledAttribute Class

Microsoft.TeamFoundation.Framework.Server Namespace