次の方法で共有


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

適用対象