共用方式為


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

適用於