SmsDevice2.SmscAddress Property

Definition

Gets or sets the SMSC address of this device.

public:
 property Platform::String ^ SmscAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SmscAddress();

void SmscAddress(winrt::hstring value);
public string SmscAddress { get; set; }
var string = smsDevice2.smscAddress;
smsDevice2.smscAddress = string;
Public Property SmscAddress As String

Property Value

String

Platform::String

winrt::hstring

A string representation of the SMSC address of this device.

Windows requirements

App capabilities
cellularMessaging sms

Applies to