FeatureSettings.SelectedFeatures Property

Definition

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.

Applies to