FeatureSettings.SelectedFeatures Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the selected features.
public:
virtual property cli::array <System::String ^> ^ SelectedFeatures { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public virtual string[] SelectedFeatures { get; set; }
member this.SelectedFeatures : string[] with get, set
Public Overridable Property SelectedFeatures As String()
Property Value
String[]
The selected features.