SmsDevice2.CellularClass 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 cellular class of the SMS device. The class can be used to determine which encodings are appropriate or which device limitations are in effect.
public:
property CellularClass CellularClass { CellularClass get(); };
CellularClass CellularClass();
public CellularClass CellularClass { get; }
var cellularClass = smsDevice2.cellularClass;
Public ReadOnly Property CellularClass As CellularClass
Property Value
An enumerated value indicating the device's cellular class.
Windows requirements
App capabilities |
cellularMessaging
sms
|