SmsTextMessage2.RetryAttemptCount 属性

定义

获取或设置消息的重试次数。

public:
 property int RetryAttemptCount { int get(); void set(int value); };
int RetryAttemptCount();

void RetryAttemptCount(int value);
public int RetryAttemptCount { get; set; }
var int32 = smsTextMessage2.retryAttemptCount;
smsTextMessage2.retryAttemptCount = int32;
Public Property RetryAttemptCount As Integer

属性值

Int32

int

发送的消息或发送接收的消息所需的重试尝试次数。

Windows 要求

应用功能
cellularMessaging sms

适用于