FeatureTree.Item[String] Property

Definition

Gets or sets the feature with the specified key.

public:
 property Microsoft::SqlServer::Configuration::UserVisibleFeature ^ default[System::String ^] { Microsoft::SqlServer::Configuration::UserVisibleFeature ^ get(System::String ^ key); };
public Microsoft.SqlServer.Configuration.UserVisibleFeature this[string key] { get; }
member this.Item(string) : Microsoft.SqlServer.Configuration.UserVisibleFeature
Default Public ReadOnly Property Item(key As String) As UserVisibleFeature

Parameters

key
String

The key of the feature to get or set.

Property Value

UserVisibleFeature

The feature with the specified key.

Applies to