Share via


UserVisibleFeature.State Property

Definition

Gets the state of the feature.

public:
 property Microsoft::SqlServer::Configuration::FeatureState State { Microsoft::SqlServer::Configuration::FeatureState get(); };
public Microsoft.SqlServer.Configuration.FeatureState State { get; }
member this.State : Microsoft.SqlServer.Configuration.FeatureState
Public ReadOnly Property State As FeatureState

Property Value

The state of the feature.

Applies to