FeatureFlag.IsEnabled 属性

定义

指示是否应启用此功能的布尔值

public:
 property bool IsEnabled { bool get(); };
public:
 property bool IsEnabled { bool get(); };
public bool IsEnabled { get; }
public bool IsEnabled { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsEnabled : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsEnabled : bool
Public ReadOnly Property IsEnabled As Boolean

属性值

Boolean

如果启用该功能,则为 True; 否则为 false。

属性

适用于