AlertProperties.LaunchImage Property
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.
The filename of an image file in the application bundle; it may include the extension or omit it. The image is used as the launch image
when users tap the action button or move the action slider. If this property is not specified, the system either uses the previous
snapshot, uses the image identified by the UILaunchImageFile key in the application’s Info.plist
file, or falls back to Default.png
.
public string LaunchImage { get; set; }
member this.LaunchImage : string with get, set
Public Property LaunchImage As String
Property Value
Applies to
Azure SDK for .NET