IVersionTracking.IsFirstLaunchForBuild(String) Method

Definition

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

public:
 bool IsFirstLaunchForBuild(System::String ^ build);
public bool IsFirstLaunchForBuild (string build);
abstract member IsFirstLaunchForBuild : string -> bool
Public 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