Share via


UssdReply.Message Property

Definition

Gets the message for the USSD response.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 property UssdMessage ^ Message { UssdMessage ^ get(); };
UssdMessage Message();
public UssdMessage Message { get; }
var ussdMessage = ussdReply.message;
Public ReadOnly Property Message As UssdMessage

Property Value

The message for the USSD response.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

A message is present only if the ResultCode property returns ActionRequired or NoActionRequired; otherwise the Message property returns null.

Applies to