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
|