Share via


DemandFeatureAttribute Constructor (array<String )

Constructs a feature demand attribute for any one of the listed features identified by their ID

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

Syntax

'Declaration
Public Sub New ( _
    ParamArray featureIds As String() _
)
public DemandFeatureAttribute(
    params string[] featureIds
)
public:
DemandFeatureAttribute(
    ... array<String^>^ featureIds
)
new : 
        featureIds:string[] -> DemandFeatureAttribute
public function DemandFeatureAttribute(
    ... featureIds : String[]
)

Parameters

  • featureIds
    Type: array<System.String[]

    The list of feature identifiers, any of which will satisfy the demand

.NET Framework Security

See Also

Reference

DemandFeatureAttribute Class

DemandFeatureAttribute Overload

Microsoft.TeamFoundation.Server.Core Namespace