Share via


VersionTracking.IsFirstLaunchForBuild(String) Method

Definition

Determines if this is the first launch of the app for a specified build number.

public:
 static bool IsFirstLaunchForBuild(System::String ^ build);
public static bool IsFirstLaunchForBuild (string build);
static member IsFirstLaunchForBuild : string -> bool
Public Shared Function IsFirstLaunchForBuild (build As String) As Boolean

Parameters

build
String

The build number.

Returns

true if this is the first launch of the app for the specified build number; otherwise false.

Applies to