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

적용 대상