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.StringThe ID of the feature being demanded
.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.