Remove-STFFeatureState¶
Removes the FeatureState object
Syntax¶
Remove-STFFeatureState [-Name] <String> [<CommonParameters>]
Detailed Description¶
Removes the FeatureState object
Related Commands¶
- Add-STFFeatureState
- Get-STFFeatureState
- Get-STFFeatureStateNames
- New-STFFeatureState
- New-STFFeatureStateProperty
- Clear-STFFeatureStates
- Reset-STFFeatureData
- Set-STFFeatureState
Parameters¶
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name | The unique identifier of the FeatureState | true | false |
Input Type¶
System.String¶
Parameter Name: The .NET System.String
reference type
Return Values¶
None¶
Examples¶
EXAMPLE 1 Removes the FeatureState object¶
Remove-STFFeatureState -Name feature1
REMARKS
Removes the FeatureState object registered as feature1