Condividi tramite


SmsDevice2.SmscAddress Proprietà

Definizione

Ottiene o imposta l'indirizzo SMSC del dispositivo.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Rappresentazione di stringa dell'indirizzo SMSC del dispositivo.

Requisiti Windows

Funzionalità dell'app
cellularMessaging sms

Si applica a