SmsTextMessage2.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 = smsTextMessage2.retryAttemptCount;
smsTextMessage2.retryAttemptCount = int32;
Public Property RetryAttemptCount As Integer
属性值
Int32
int
发送的消息或发送接收的消息所需的重试尝试次数。
Windows 要求
应用功能 |
cellularMessaging
sms
|