SmsDevice2.DeviceStatus 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.
Returns the SMS device's status, which indicates whether the device is ready, or not. It also indicates what type of problem exists if the device is not ready.
public:
property SmsDeviceStatus DeviceStatus { SmsDeviceStatus get(); };
SmsDeviceStatus DeviceStatus();
public SmsDeviceStatus DeviceStatus { get; }
var smsDeviceStatus = smsDevice2.deviceStatus;
Public ReadOnly Property DeviceStatus As SmsDeviceStatus
Property Value
An enumerated value that indicates the readiness of an SMS device to engage in cellular network traffic operations.
Windows requirements
App capabilities |
cellularMessaging
sms
|