SmsAppMessage.RetryAttemptCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
消息的重试尝试计数。
public:
property int RetryAttemptCount { int get(); void set(int value); };
int RetryAttemptCount();
void RetryAttemptCount(int value);
public int RetryAttemptCount { get; set; }
var int32 = smsAppMessage.retryAttemptCount;
smsAppMessage.retryAttemptCount = int32;
Public Property RetryAttemptCount As Integer
属性值
Int32
int
消息的重试尝试计数。 设置传出消息的最大重试次数,或获取已接收消息的重试次数。
Windows 要求
应用功能 |
cellularMessaging
sms
|