SmsFilterRule.ProtocolIds 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.
Gets a list of protocol identifiers associated with the SMS message that matches this rule..
public:
property IVector<int> ^ ProtocolIds { IVector<int> ^ get(); };
IVector<int> ProtocolIds();
public IList<int> ProtocolIds { get; }
var iVector = smsFilterRule.protocolIds;
Public ReadOnly Property ProtocolIds As IList(Of Integer)
Property Value
List of protocol identifiers.
Windows requirements
App capabilities |
cellularMessaging
sms
|