SmsTextMessage2.CallbackNumber 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.
Gets or sets the callback number for the message.
public:
property Platform::String ^ CallbackNumber { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CallbackNumber();
void CallbackNumber(winrt::hstring value);
public string CallbackNumber { get; set; }
var string = smsTextMessage2.callbackNumber;
smsTextMessage2.callbackNumber = string;
Public Property CallbackNumber As String
Property Value
The callback number as a string.
Windows requirements
App capabilities |
cellularMessaging
sms
|