Share via


FTPClientConnection100Class.Retries プロパティ

定義

タスクが操作を試行する回数を取得します。値の設定も可能です。

public:
 virtual property int Retries { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(6)]
public virtual int Retries { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.Retries : int with get, set
Public Overridable Property Retries As Integer

プロパティ値

タスクが操作を試行する回数です。

実装

属性

適用対象