Share via


PexSettingsStoreAttributeBase.ActiveSettings Property

Definition

Gets the list of settings name that have been set

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ActiveSettings { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ActiveSettings { get; }
member this.ActiveSettings : seq<string>
Public ReadOnly Property ActiveSettings As IEnumerable(Of String)

Property Value

Returns IEnumerable<T>.

Applies to