Property Message
Message
Gets a message that describes the notification.
Declaration
public string Message { get; }
Property Value
| Type | Description | 
|---|---|
| System.String | The message that describes the notification.  | 
    
Remarks
The notification message is the result of evaluating the MessageExpression for the specific objects that triggered this notification. The message could be a hard-coded string or use attributes from an area of interest that was entered to display a custom message.
  For example, with a FenceGeotrigger, setting the
MessageExpression property to: "You have entered " +
$fencefeature.area_name would return the Message "You have entered Area A",
where "area_name" is an attribute field on the
FenceGeoElement.
You can use this message to alert the user directly or in other business logic in your app.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.12 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.12 - 200.8 | 
| Xamarin.Android | 100.12 - 100.15 | 
| Xamarin.iOS | 100.12 - 100.15 | 
| UWP | 100.12 - 200.8 |