UIAlertController.Message Property

Definition

Gets or sets a description of the reason for the alert that is associated with this UIAlertController object.

public virtual string Message { [Foundation.Export("message", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setMessage:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Message : string with get, set

Property Value

This value can be null.

Attributes

Remarks

Applies to