Share via


DemandFeatureAttribute Constructor (String)

Constructs a feature demand attribute for a feature identified by its ID

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

Syntax

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

Parameters

  • featureId
    Type: System.String

    The ID of the feature being demanded

.NET Framework Security

See Also

Reference

DemandFeatureAttribute Class

DemandFeatureAttribute Overload

Microsoft.TeamFoundation.Server.Core Namespace