SmsDevice2.SmscAddress 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 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
A string representation of the SMSC address of this device.
Windows requirements
App capabilities |
cellularMessaging
sms
|