SmsAppMessage.RetryAttemptCount 属性

定义

消息的重试尝试计数。

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

适用于