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
- 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.