SmsDevice2.SmscAddress 属性

定义

获取或设置此设备的 SMSC 地址。

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

属性值

String

Platform::String

winrt::hstring

此设备的 SMSC 地址的字符串表示形式。

Windows 要求

应用功能
cellularMessaging sms

适用于