SmsAppMessage.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 = smsAppMessage.retryAttemptCount;
smsAppMessage.retryAttemptCount = int32;
Public Property RetryAttemptCount As Integer
屬性值
Int32
int
訊息的重試嘗試計數。 設定傳出訊息的重試次數上限,或取得所接收訊息的重試次數。
Windows 需求
應用程式功能 |
cellularMessaging
sms
|