SmsFilterRule.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.
The cellular class identifier for SMS messages that match this rule.
public:
property CellularClass CellularClass { CellularClass get(); void set(CellularClass value); };
CellularClass CellularClass();
void CellularClass(CellularClass value);
public CellularClass CellularClass { get; set; }
var cellularClass = smsFilterRule.cellularClass;
smsFilterRule.cellularClass = cellularClass;
Public Property CellularClass As CellularClass
Property Value
The enumeration value for the cellular class that matches this rule.
Windows requirements
App capabilities |
cellularMessaging
sms
|