Share via


ExperimentationService.AllEnabledCachedFlights Property

Definition

Gets list of the enabled cached flights.

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

Property Value

List of enabled cached flights

Implements

Applies to