Table of Contents
ApplicationID Property

Gets or sets a unique ID that can be used to identify your application for debugging purpose. For example, crash reports would contain this ID so that EO can use this ID to find all crash reports sent by your application.

Syntax
 public static String ApplicationID { get; set; }
Remarks

See automatic crash report for more details.

See Also