Share via


FeatureAvailabilityInformation.EffectiveState Property

Effective feature state. Calculated to how the application should treat the feature

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

Syntax

'Declaration
Public Property EffectiveState As FeatureAvailabilityState
public FeatureAvailabilityState EffectiveState { get; set; }
public:
property FeatureAvailabilityState EffectiveState {
    FeatureAvailabilityState get ();
    void set (FeatureAvailabilityState value);
}
member EffectiveState : FeatureAvailabilityState with get, set
function get EffectiveState () : FeatureAvailabilityState 
function set EffectiveState (value : FeatureAvailabilityState)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.FeatureAvailabilityState

.NET Framework Security

See Also

Reference

FeatureAvailabilityInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace