SystemUpdateManager.SetFlightRing(String) Method
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.
Sets the flight ring.
public:
static bool SetFlightRing(Platform::String ^ flightRing);
static bool SetFlightRing(winrt::hstring const& flightRing);
public static bool SetFlightRing(string flightRing);
function setFlightRing(flightRing)
Public Shared Function SetFlightRing (flightRing As String) As Boolean
Parameters
- flightRing
-
String
Platform::String
winrt::hstring
Returns
Boolean
bool