次の方法で共有


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

適用対象