FeatureTreeEventArgs.Feature Property

Definition

Gets the features visible to the user.

public:
 property Microsoft::SqlServer::Configuration::UserVisibleFeature ^ Feature { Microsoft::SqlServer::Configuration::UserVisibleFeature ^ get(); };
public Microsoft.SqlServer.Configuration.UserVisibleFeature Feature { get; }
member this.Feature : Microsoft.SqlServer.Configuration.UserVisibleFeature
Public ReadOnly Property Feature As UserVisibleFeature

Property Value

UserVisibleFeature

The features visible to the user.

Applies to