Partager via


SmsDevice2.SmscAddress Propriété

Définition

Obtient ou définit l’adresse SMSC de cet appareil.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Représentation sous forme de chaîne de l’adresse SMSC de cet appareil.

Configuration requise pour Windows

Fonctionnalités de l’application
cellularMessaging sms

S’applique à