ExperimentationService.AllEnabledCachedFlights 属性

定义

获取已启用的缓存航班的列表。

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)

属性值

IEnumerable<String>

已启用缓存航班的列表

实现

适用于