PexSettingsStoreAttributeBase.ActiveSettings 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 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>.